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 Modifier and Type Field Description protected EventRegistryEngineConfigurationeventRegistryEngineConfiguration
-
Constructor Summary
Constructors Constructor Description DefaultEventRegistryChangeDetectionManager(EventRegistryEngineConfiguration eventRegistryEngineConfiguration)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddetectChanges()
-
-
-
Field Detail
-
eventRegistryEngineConfiguration
protected EventRegistryEngineConfiguration eventRegistryEngineConfiguration
-
-
Constructor Detail
-
DefaultEventRegistryChangeDetectionManager
public DefaultEventRegistryChangeDetectionManager(EventRegistryEngineConfiguration eventRegistryEngineConfiguration)
-
-
Method Detail
-
detectChanges
public void detectChanges()
- Specified by:
detectChangesin interfaceEventRegistryChangeDetectionManager
-
-