Class EventRegistryServicesAutoConfiguration
- java.lang.Object
-
- org.flowable.spring.boot.eventregistry.EventRegistryServicesAutoConfiguration
-
@Configuration(proxyBeanMethods=false) @ConditionalOnEventRegistry @EnableConfigurationProperties({FlowableProperties.class,FlowableEventRegistryProperties.class}) @AutoConfigureAfter({EventRegistryAutoConfiguration.class,AppEngineServicesAutoConfiguration.class,ProcessEngineServicesAutoConfiguration.class}) public class EventRegistryServicesAutoConfiguration extends Object
Auto configuration for the event registry.- Author:
- Filip Hrisafov, Javier Casal
-
-
Constructor Summary
Constructors Constructor Description EventRegistryServicesAutoConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.flowable.eventregistry.api.EventManagementServiceeventManagementService(org.flowable.eventregistry.impl.EventRegistryEngine eventRegistryEngine)org.flowable.eventregistry.api.EventRegistryeventRegistry(org.flowable.eventregistry.impl.EventRegistryEngine eventRegistryEngine)org.flowable.eventregistry.api.EventRepositoryServiceeventRepositoryService(org.flowable.eventregistry.impl.EventRegistryEngine eventRegistryEngine)
-
-
-
Method Detail
-
eventRepositoryService
@Bean public org.flowable.eventregistry.api.EventRepositoryService eventRepositoryService(org.flowable.eventregistry.impl.EventRegistryEngine eventRegistryEngine)
-
eventManagementService
@Bean public org.flowable.eventregistry.api.EventManagementService eventManagementService(org.flowable.eventregistry.impl.EventRegistryEngine eventRegistryEngine)
-
eventRegistry
@Bean public org.flowable.eventregistry.api.EventRegistry eventRegistry(org.flowable.eventregistry.impl.EventRegistryEngine eventRegistryEngine)
-
-