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 class
AbstractListenerPipeConsumer<T>
ConsumesEventBundle
EventBundles by running asynchronousEventListener
class
AbstractPipeConsumer<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 class
LocalEventBundlePipeConsumer
In memory implementation that does not handle any marshaling and directly feeds theWorkManager
.
-