Uses of Interface
org.alfresco.event.sdk.handling.EventHandlingExecutor
-
Packages that use EventHandlingExecutor Package Description org.alfresco.event.sdk.handling -
-
Uses of EventHandlingExecutor in org.alfresco.event.sdk.handling
Classes in org.alfresco.event.sdk.handling that implement EventHandlingExecutor Modifier and Type Class Description classSimpleEventHandlingExecutorSimple implementation ofEventHandlingExecutorthat usesEventHandlingRegistryto get theListofEventHandlers to execute based on the event type and after that executes the handling method for each of them whenever theEventFiltercondition is fulfilled by the event.
-