@Configuration(proxyBeanMethods=false) @ConditionalOnEventRegistry @EnableConfigurationProperties(value={FlowableProperties.class,FlowableEventRegistryProperties.class}) @AutoConfigureAfter(value={EventRegistryAutoConfiguration.class,AppEngineServicesAutoConfiguration.class,ProcessEngineServicesAutoConfiguration.class}) public class EventRegistryServicesAutoConfiguration extends Object
| Constructor and Description |
|---|
EventRegistryServicesAutoConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
org.flowable.eventregistry.api.EventManagementService |
eventManagementService(org.flowable.eventregistry.impl.EventRegistryEngine eventRegistryEngine) |
org.flowable.eventregistry.api.EventRegistry |
eventRegistry(org.flowable.eventregistry.impl.EventRegistryEngine eventRegistryEngine) |
org.flowable.eventregistry.api.EventRepositoryService |
eventRepositoryService(org.flowable.eventregistry.impl.EventRegistryEngine eventRegistryEngine) |
public EventRegistryServicesAutoConfiguration()
@Bean public org.flowable.eventregistry.api.EventRepositoryService eventRepositoryService(org.flowable.eventregistry.impl.EventRegistryEngine eventRegistryEngine)
@Bean public org.flowable.eventregistry.api.EventManagementService eventManagementService(org.flowable.eventregistry.impl.EventRegistryEngine eventRegistryEngine)
@Bean public org.flowable.eventregistry.api.EventRegistry eventRegistry(org.flowable.eventregistry.impl.EventRegistryEngine eventRegistryEngine)
Copyright © 2021 Flowable. All rights reserved.