Package org.flowable.eventregistry.impl
Interface EventRegistryEngine
-
- All Superinterfaces:
org.flowable.common.engine.api.Engine
- All Known Implementing Classes:
EventRegistryEngineImpl
public interface EventRegistryEngine extends org.flowable.common.engine.api.Engine
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EventManagementServicegetEventManagementService()EventRegistrygetEventRegistry()EventRegistryEngineConfigurationgetEventRegistryEngineConfiguration()EventRepositoryServicegetEventRepositoryService()voidhandleDeployedChannelDefinitions()
-
-
-
Field Detail
-
VERSION
static final String VERSION
the version of the flowable event registry library- See Also:
- Constant Field Values
-
-
Method Detail
-
getEventRepositoryService
EventRepositoryService getEventRepositoryService()
-
getEventManagementService
EventManagementService getEventManagementService()
-
getEventRegistry
EventRegistry getEventRegistry()
-
getEventRegistryEngineConfiguration
EventRegistryEngineConfiguration getEventRegistryEngineConfiguration()
-
handleDeployedChannelDefinitions
void handleDeployedChannelDefinitions()
-
-