public class ExchangeSendingEvent extends AbstractExchangeEvent
Exchange to an Endpoint.
This event is emitted before attempting to send the Exchange to an Endpoint.
There is still some internal processing occurring before the actual sending takes places, and
therefore its not a 100% guarantee that the sending actually happens, as there may cause an
internal error before.
The ExchangeSentEvent is an event which is emitted after the sending is done.ExchangeSentEvent,
Serialized Formsource| Constructor and Description |
|---|
ExchangeSendingEvent(Exchange source,
Endpoint endpoint) |
| Modifier and Type | Method and Description |
|---|---|
Endpoint |
getEndpoint() |
String |
toString() |
getExchangegetSourcepublic ExchangeSendingEvent(Exchange source, Endpoint endpoint)
public Endpoint getEndpoint()
public String toString()
toString in class EventObjectApache Camel