Class LocalEventBundlePipeConsumer
java.lang.Object
org.nuxeo.ecm.core.event.pipe.AbstractPipeConsumer<EventBundle>
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, stoppingFields inherited from class org.nuxeo.ecm.core.event.pipe.AbstractPipeConsumer
name, params - 
Constructor Summary
Constructors - 
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, waitForCompletionMethods inherited from class org.nuxeo.ecm.core.event.pipe.AbstractPipeConsumer
getName, getParameters, receiveMessage 
- 
Constructor Details
- 
LocalEventBundlePipeConsumer
public LocalEventBundlePipeConsumer() 
 - 
 - 
Method Details
- 
unmarshallEventBundle
- Specified by:
 unmarshallEventBundlein classAbstractPipeConsumer<EventBundle>
 
 -