Class PostCommitEventExecutor

java.lang.Object
org.nuxeo.ecm.core.event.impl.PostCommitEventExecutor

public class PostCommitEventExecutor extends Object
Executor that passes an event bundle to post-commit asynchronous listeners (in a separated thread in order to manage transactions).

Allows a bulk mode where transaction management is not per-listener done once for the whole set of listeners.