Class DefaultEventRegistryChangeDetectionManager
java.lang.Object
org.flowable.eventregistry.impl.management.DefaultEventRegistryChangeDetectionManager
- All Implemented Interfaces:
EventRegistryChangeDetectionManager
public class DefaultEventRegistryChangeDetectionManager
extends Object
implements EventRegistryChangeDetectionManager
- Author:
- Joram Barrez, Filip Hrisafov
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDefaultEventRegistryChangeDetectionManager
(EventRegistryEngineConfiguration eventRegistryEngineConfiguration) -
Method Summary
Modifier and TypeMethodDescriptionvoid
Allows to programmatically trigger the house keeping functionality.
-
Field Details
-
eventRegistryEngineConfiguration
-
-
Constructor Details
-
DefaultEventRegistryChangeDetectionManager
public DefaultEventRegistryChangeDetectionManager(EventRegistryEngineConfiguration eventRegistryEngineConfiguration)
-
-
Method Details
-
detectChanges
public void detectChanges()Description copied from interface:EventRegistryChangeDetectionManager
Allows to programmatically trigger the house keeping functionality. Normally this will be executed by a background thread.- Specified by:
detectChanges
in interfaceEventRegistryChangeDetectionManager
-