Package org.onehippo.repository.events
-
Interface Summary Interface Description PersistedHippoEventListener Developers can implement this interface to asynchronously receiveHippoEvents
after they occurred in the repository, across a repository cluster. -
Class Summary Class Description HippoWorkflowEvent<T extends HippoWorkflowEvent<T>> PersistedHippoEventListenerRegistry PersistedHippoEventListenerRegistry is singleton registry for decoupled/wiring lookup/wiring ofPersistedHippoEventListener
s using the Whiteboard Pattern.