public class EventRegistryEngineImpl extends Object implements EventRegistryEngine
| Modifier and Type | Field and Description |
|---|---|
protected EventRegistryEngineConfiguration |
engineConfiguration |
protected EventRegistry |
eventRegistry |
protected EventManagementService |
managementService |
protected String |
name |
protected EventRepositoryService |
repositoryService |
VERSION| Constructor and Description |
|---|
EventRegistryEngineImpl(EventRegistryEngineConfiguration engineConfiguration) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
EventManagementService |
getEventManagementService() |
EventRegistry |
getEventRegistry() |
EventRegistryEngineConfiguration |
getEventRegistryEngineConfiguration() |
EventRepositoryService |
getEventRepositoryService() |
String |
getName() |
void |
handleDeployedChannelDefinitions() |
protected String name
protected EventRepositoryService repositoryService
protected EventManagementService managementService
protected EventRegistry eventRegistry
protected EventRegistryEngineConfiguration engineConfiguration
public EventRegistryEngineImpl(EventRegistryEngineConfiguration engineConfiguration)
public void handleDeployedChannelDefinitions()
handleDeployedChannelDefinitions in interface EventRegistryEnginepublic EventRepositoryService getEventRepositoryService()
getEventRepositoryService in interface EventRegistryEnginepublic EventManagementService getEventManagementService()
getEventManagementService in interface EventRegistryEnginepublic EventRegistry getEventRegistry()
getEventRegistry in interface EventRegistryEnginepublic EventRegistryEngineConfiguration getEventRegistryEngineConfiguration()
getEventRegistryEngineConfiguration in interface EventRegistryEngineCopyright © 2023 Flowable. All rights reserved.