Class EventRegistryServicesAutoConfiguration

java.lang.Object
org.flowable.spring.boot.eventregistry.EventRegistryServicesAutoConfiguration

Auto configuration for the event registry.
Author:
Filip Hrisafov, Javier Casal
  • Constructor Details

    • EventRegistryServicesAutoConfiguration

      public EventRegistryServicesAutoConfiguration()
  • 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)