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 EventRegistryEngineConfiguration
protected EventRegistry
protected EventManagementService
protected String
protected EventRepositoryService
Fields 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:
handleDeployedChannelDefinitions
in interfaceEventRegistryEngine
-
close
public void close() -
getName
-
getEventRepositoryService
- Specified by:
getEventRepositoryService
in interfaceEventRegistryEngine
-
getEventManagementService
- Specified by:
getEventManagementService
in interfaceEventRegistryEngine
-
getEventRegistry
- Specified by:
getEventRegistry
in interfaceEventRegistryEngine
-
getEventRegistryEngineConfiguration
- Specified by:
getEventRegistryEngineConfiguration
in interfaceEventRegistryEngine
-