Class EventFactoryBeanConfig


  • @Configuration
    public class EventFactoryBeanConfig
    extends java.lang.Object
    Using ServiceLoader facility will find all implementations of XLReleaseEventListener defined under META-INF/services Used by external plugins
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String EVENT_FACTORY_BEAN  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.springframework.beans.factory.serviceloader.ServiceListFactoryBean serviceListFactoryBean()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • EVENT_FACTORY_BEAN

        public static final java.lang.String EVENT_FACTORY_BEAN
        See Also:
        Constant Field Values
    • Constructor Detail

      • EventFactoryBeanConfig

        public EventFactoryBeanConfig()
    • Method Detail

      • serviceListFactoryBean

        @Bean(name="eventFactoryBean")
        public org.springframework.beans.factory.serviceloader.ServiceListFactoryBean serviceListFactoryBean()