Uses of Class
org.nuxeo.ecm.core.event.pipe.AbstractPipeConsumer
-
Packages that use AbstractPipeConsumer Package Description org.nuxeo.ecm.core.event.pipe org.nuxeo.ecm.core.event.pipe.local -
-
Uses of AbstractPipeConsumer in org.nuxeo.ecm.core.event.pipe
Subclasses of AbstractPipeConsumer in org.nuxeo.ecm.core.event.pipe Modifier and Type Class Description classAbstractListenerPipeConsumer<T>ConsumesEventBundleEventBundles by running asynchronousEventListener -
Uses of AbstractPipeConsumer in org.nuxeo.ecm.core.event.pipe.local
Subclasses of AbstractPipeConsumer in org.nuxeo.ecm.core.event.pipe.local Modifier and Type Class Description classLocalEventBundlePipeConsumerIn memory implementation that does not handle any marshaling and directly feeds theWorkManager.
-