Interface EventManagementService


  • public interface EventManagementService
    • Method Detail

      • getTableCounts

        Map<String,​Long> 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.