Package org.alfresco.event.sdk.handling
package org.alfresco.event.sdk.handling
-
ClassDescription
RuntimeExceptionthat reflects a problem handling an event.Definition of the operations related to the execution of the handling of the repository events.Register forEventHandlerinstances.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.