Package org.alfresco.event.sdk.handling
-
Interface Summary Interface Description EventHandlingExecutor Definition of the operations related to the execution of the handling of the repository events. -
Class Summary Class Description EventHandlingRegistry Register forEventHandlerinstances.SimpleEventHandlingExecutor Simple 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. -
Exception Summary Exception Description EventHandlingException RuntimeExceptionthat reflects a problem handling an event.