org.springframework.integration.config
Class IdGeneratorConfigurer

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

public final class IdGeneratorConfigurer
extends java.lang.Object
implements ApplicationListener<ApplicationContextEvent>

Since:
2.0.4

Constructor Summary
IdGeneratorConfigurer()
           
 
Method Summary
 void onApplicationEvent(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(ApplicationContextEvent event)
Specified by:
onApplicationEvent in interface ApplicationListener<ApplicationContextEvent>