public class SegmentIOAsyncListener extends Object implements PostCommitEventListener
Constructor and Description |
---|
SegmentIOAsyncListener() |
Modifier and Type | Method and Description |
---|---|
void |
handleEvent(EventBundle bundle)
Handles the set of events that were raised during the life of an user operation.
|
protected void |
processEvents(Map<String,List<SegmentIOMapper>> event2Mappers,
EventBundle bundle) |
public SegmentIOAsyncListener()
public void handleEvent(EventBundle bundle)
PostCommitEventListener
The events are fired as a BundleEvent
after the transaction is committed.
handleEvent
in interface PostCommitEventListener
bundle
- the events to handleprotected void processEvents(Map<String,List<SegmentIOMapper>> event2Mappers, EventBundle bundle)
Copyright © 2018 Nuxeo. All rights reserved.