public class JmsEventForwarder extends Object implements PostCommitEventListener
| Modifier and Type | Field and Description |
|---|---|
static String |
NUXEO_JMS_TOPIC |
| Constructor and Description |
|---|
JmsEventForwarder() |
| Modifier and Type | Method and Description |
|---|---|
void |
handleEvent(EventBundle events)
Handles the set of events that were raised during the life of an user operation.
|
public static final String NUXEO_JMS_TOPIC
public void handleEvent(EventBundle events) throws ClientException
PostCommitEventListener
The events are fired as a BundleEvent after the transaction is committed.
handleEvent in interface PostCommitEventListenerevents - the events to handleClientExceptionCopyright © 2015 Nuxeo SA. All rights reserved.