Uses of Interface
org.nuxeo.ecm.core.event.pipe.PipeConsumer
-
Packages that use PipeConsumer Package Description org.nuxeo.ecm.core.event.pipe org.nuxeo.ecm.core.event.pipe.local -
-
Uses of PipeConsumer in org.nuxeo.ecm.core.event.pipe
Classes in org.nuxeo.ecm.core.event.pipe that implement PipeConsumer Modifier and Type Class Description classAbstractListenerPipeConsumer<T>ConsumesEventBundleEventBundles by running asynchronousEventListenerclassAbstractPipeConsumer<T>Provides partial default implementation for aPipeConsumer -
Uses of PipeConsumer in org.nuxeo.ecm.core.event.pipe.local
Classes in org.nuxeo.ecm.core.event.pipe.local that implement PipeConsumer Modifier and Type Class Description classLocalEventBundlePipeConsumerIn memory implementation that does not handle any marshaling and directly feeds theWorkManager.
-