public class EventManagementServiceImpl extends CommonEngineServiceImpl<EventRegistryEngineConfiguration> implements EventManagementService
commandExecutorconfiguration| Constructor and Description |
|---|
EventManagementServiceImpl(EventRegistryEngineConfiguration engineConfiguration) |
| Modifier and Type | Method and Description |
|---|---|
void |
executeEventRegistryChangeDetection()
Programmatically execute the house keeping functionality: any new channel definitions
deployed on other engine nodes (using the same datasource) will be deployed.
|
Map<String,Long> |
getTableCounts()
Returns a map containing {tableName, rowCount} values.
|
Collection<String> |
getTableNames()
Returns all relational database tables of the engine.
|
getCommandExecutor, setCommandExecutorgetConfigurationpublic EventManagementServiceImpl(EventRegistryEngineConfiguration engineConfiguration)
public Map<String,Long> getTableCounts()
EventManagementServicegetTableCounts in interface EventManagementServicepublic Collection<String> getTableNames()
EventManagementServicegetTableNames in interface EventManagementServicepublic void executeEventRegistryChangeDetection()
EventManagementServiceexecuteEventRegistryChangeDetection in interface EventManagementServiceCopyright © 2023 Flowable. All rights reserved.