Package org.flowable.eventregistry.impl
Class EventRegistryEngineImpl
java.lang.Object
org.flowable.eventregistry.impl.EventRegistryEngineImpl
- All Implemented Interfaces:
Engine,EventRegistryEngine
- Author:
- Tijs Rademakers
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected EventRegistryEngineConfigurationprotected EventRegistryprotected EventManagementServiceprotected Stringprotected EventRepositoryServiceFields inherited from interface org.flowable.eventregistry.impl.EventRegistryEngine
VERSION -
Constructor Summary
ConstructorsConstructorDescriptionEventRegistryEngineImpl(EventRegistryEngineConfiguration engineConfiguration) -
Method Summary
-
Field Details
-
name
-
repositoryService
-
managementService
-
eventRegistry
-
engineConfiguration
-
-
Constructor Details
-
EventRegistryEngineImpl
-
-
Method Details
-
handleDeployedChannelDefinitions
public void handleDeployedChannelDefinitions()- Specified by:
handleDeployedChannelDefinitionsin interfaceEventRegistryEngine
-
close
public void close() -
getName
-
getEventRepositoryService
- Specified by:
getEventRepositoryServicein interfaceEventRegistryEngine
-
getEventManagementService
- Specified by:
getEventManagementServicein interfaceEventRegistryEngine
-
getEventRegistry
- Specified by:
getEventRegistryin interfaceEventRegistryEngine
-
getEventRegistryEngineConfiguration
- Specified by:
getEventRegistryEngineConfigurationin interfaceEventRegistryEngine
-