Class IdGeneratorConfigurer

java.lang.Object
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
  • Constructor Summary

    Constructors 
    Constructor Description
    IdGeneratorConfigurer()  
  • Method Summary

    Modifier and Type Method Description
    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 Details

  • Method Details

    • onApplicationEvent

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