public interface EventManagementService
| 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.
|
Map<String,Long> getTableCounts()
Collection<String> getTableNames()
void executeEventRegistryChangeDetection()
Copyright © 2022 Flowable. All rights reserved.