public interface AsyncEventNotifier
Modifier and Type | Method and Description |
---|---|
void |
notifyMsgCompleted(org.apache.camel.Exchange exchange)
Creates an
CompletedMsgAsynchEvent for successfully completed asynch message. |
void |
notifyMsgFailed(org.apache.camel.Exchange exchange)
Creates an
FailedMsgAsynchEvent for failed asynch message. |
void |
notifyMsgPartlyFailed(org.apache.camel.Exchange exchange)
Creates an
PartlyFailedMsgAsynchEvent for partly failed asynch message. |
void |
notifyMsgPostponed(org.apache.camel.Exchange exchange)
Creates an
PostponedMsgAsynchEvent for postponed asynch message. |
void |
notifyMsgProcessing(org.apache.camel.Exchange exchange)
Creates an
ProcessingMsgAsynchEvent for processing asynch message. |
void |
notifyMsgWaiting(org.apache.camel.Exchange exchange)
Creates an
WaitingMsgAsynchEvent for waiting asynch message. |
void notifyMsgCompleted(org.apache.camel.Exchange exchange)
CompletedMsgAsynchEvent
for successfully completed asynch message.exchange
- the exchangevoid notifyMsgPartlyFailed(org.apache.camel.Exchange exchange)
PartlyFailedMsgAsynchEvent
for partly failed asynch message.exchange
- the exchangevoid notifyMsgFailed(org.apache.camel.Exchange exchange)
FailedMsgAsynchEvent
for failed asynch message.exchange
- the exchangevoid notifyMsgWaiting(org.apache.camel.Exchange exchange)
WaitingMsgAsynchEvent
for waiting asynch message.exchange
- the exchangevoid notifyMsgProcessing(org.apache.camel.Exchange exchange)
ProcessingMsgAsynchEvent
for processing asynch message.exchange
- the exchangevoid notifyMsgPostponed(org.apache.camel.Exchange exchange)
PostponedMsgAsynchEvent
for postponed asynch message.exchange
- the exchangeCopyright © 2016. All rights reserved.