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