Class EventRegistryServicesAutoConfiguration

java.lang.Object
com.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 java.lang.Object
Auto configuration for the event registry.
Author:
Filip Hrisafov, Javier Casal
  • Constructor Summary

    Constructors 
    Constructor Description
    EventRegistryServicesAutoConfiguration()  
  • Method Summary

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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • 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)