Class LocalEventBundlePipeConsumer
java.lang.Object
org.nuxeo.ecm.core.event.pipe.AbstractPipeConsumer<T>
org.nuxeo.ecm.core.event.pipe.AbstractListenerPipeConsumer<EventBundle>
org.nuxeo.ecm.core.event.pipe.local.LocalEventBundlePipeConsumer
- All Implemented Interfaces:
PipeConsumer<EventBundle>
@Experimental
public class LocalEventBundlePipeConsumer
extends AbstractListenerPipeConsumer<EventBundle>
In memory implementation that does not handle any marshaling and directly feeds the
WorkManager
.- Since:
- 8.4
-
Field Summary
Fields inherited from class org.nuxeo.ecm.core.event.pipe.AbstractListenerPipeConsumer
asyncExec, stopping
Fields inherited from class org.nuxeo.ecm.core.event.pipe.AbstractPipeConsumer
name, params
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected List<EventBundle>
unmarshallEventBundle
(List<EventBundle> messages) Methods inherited from class org.nuxeo.ecm.core.event.pipe.AbstractListenerPipeConsumer
initConsumer, processEventBundles, shutdown, waitForCompletion
Methods inherited from class org.nuxeo.ecm.core.event.pipe.AbstractPipeConsumer
getName, getParameters, receiveMessage
-
Constructor Details
-
LocalEventBundlePipeConsumer
public LocalEventBundlePipeConsumer()
-
-
Method Details
-
unmarshallEventBundle
- Specified by:
unmarshallEventBundle
in classAbstractPipeConsumer<EventBundle>
-