Package org.nuxeo.ecm.core.event
Event Service API (see
EventService
).-
Interface Summary Interface Description Event A lightweight object used by core components to notify interested components about events in core.EventBundle An ordered set of events raised during an user operation.EventContext An event context is describing the context in which a core event was raised.EventListener An event listener receives notifications from core components.EventProducer EventService The event service manages listener registries and notifies listeners about core events.EventServiceAdmin Interface for EventService administrationEventStats Event stats service.PostCommitEventListener A specialized event listener that is notified after the user operation is committed.PostCommitFilteringEventListener Post-commit listener that can decide synchronously whether it's worth calling.ReconnectedEventBundle BecauseEventBundle
can be processed asynchronously, they can be executed: in a different security context with a differentCoreSession
This interface is used to mark Bundles that supports this kind of processing. -
Class Summary Class Description DeletedDocumentModel EventServiceComponent Event Service Component, allowing registration of contributions and doing the event service shutdown upon deactivation.