public interface MessageDispatching
OutboundEndpoint,
MessageDispatcher| Modifier and Type | Field and Description |
|---|---|
static long |
RECEIVE_NO_WAIT |
static long |
RECEIVE_WAIT_INDEFINITELY |
| Modifier and Type | Method and Description |
|---|---|
void |
dispatch(MuleEvent event)
Dispatches an event from the endpoint to the external system
|
MuleMessage |
send(MuleEvent event)
Sends an event from the endpoint to the external system
|
static final long RECEIVE_WAIT_INDEFINITELY
static final long RECEIVE_NO_WAIT
void dispatch(MuleEvent event) throws DispatchException
event - The event to dispatchDispatchException - if the event fails to be dispatchedMuleMessage send(MuleEvent event) throws DispatchException
event - The event to sendDispatchException - if the event fails to be dispatchedCopyright © 2003–2015 MuleSoft, Inc.. All rights reserved.