Spring Integration

org.springframework.integration.config
Class IdGeneratorConfigurer

java.lang.Object
  extended by org.springframework.integration.config.IdGeneratorConfigurer
All Implemented Interfaces:
java.util.EventListener, org.springframework.context.ApplicationListener<org.springframework.context.event.ApplicationContextEvent>

public final class IdGeneratorConfigurer
extends java.lang.Object
implements org.springframework.context.ApplicationListener<org.springframework.context.event.ApplicationContextEvent>

Since:
2.0.4
Author:
Oleg Zhurakousky, Mark Fisher

Constructor Summary
IdGeneratorConfigurer()
           
 
Method Summary
 void onApplicationEvent(org.springframework.context.event.ApplicationContextEvent event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IdGeneratorConfigurer

public IdGeneratorConfigurer()
Method Detail

onApplicationEvent

public void onApplicationEvent(org.springframework.context.event.ApplicationContextEvent event)
Specified by:
onApplicationEvent in interface org.springframework.context.ApplicationListener<org.springframework.context.event.ApplicationContextEvent>

Spring Integration