Package com.xebialabs.xlrelease.events
Class EventFactoryBeanConfig
- java.lang.Object
-
- com.xebialabs.xlrelease.events.EventFactoryBeanConfig
-
@Configuration public class EventFactoryBeanConfig extends java.lang.ObjectUsing 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.StringEVENT_FACTORY_BEAN
-
Constructor Summary
Constructors Constructor Description EventFactoryBeanConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.springframework.beans.factory.serviceloader.ServiceListFactoryBeanserviceListFactoryBean()
-
-
-
Field Detail
-
EVENT_FACTORY_BEAN
public static final java.lang.String EVENT_FACTORY_BEAN
- See Also:
- Constant Field Values
-
-