Package org.flowable.eventregistry.api
Interface EventManagementService
- All Known Implementing Classes:
EventManagementServiceImpl
public interface EventManagementService
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Programmatically execute the house keeping functionality: any new channel definitions deployed on other engine nodes (using the same datasource) will be deployed.Returns a map containing {tableName, rowCount} values.Returns all relational database tables of the engine.
-
Method Details
-
getTableCounts
Returns a map containing {tableName, rowCount} values. -
getTableNames
Collection<String> getTableNames()Returns all relational database tables of the engine. -
executeEventRegistryChangeDetection
void executeEventRegistryChangeDetection()Programmatically execute the house keeping functionality: any new channel definitions deployed on other engine nodes (using the same datasource) will be deployed. Any removed channel definitions on other engine nodes will be removed.
-