|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FutureMessageResult | |
org.mule.extras.client | Simple interface for Mule clients to send and receive events from local or remote Mule Servers. |
org.mule.impl | The Mule implementation of the Universal Message Objects(tm) API specification. |
org.mule.umo | The Universal Message Object(tm) API provides a way for components to interact without needing to know about the protocol or delivery mechanisms of information passed between them |
Uses of FutureMessageResult in org.mule.extras.client |
Methods in org.mule.extras.client that return FutureMessageResult | |
FutureMessageResult |
RemoteDispatcher.sendAsyncToRemoteComponent(java.lang.String component,
java.lang.String transformers,
java.lang.Object payload,
java.util.Map messageProperties)
sends an event to a components on a remote Mule instance, while making the result of the event trigger available as a Future result that can be accessed later by client code. |
FutureMessageResult |
RemoteDispatcher.sendAsyncRemote(java.lang.String endpoint,
java.lang.Object payload,
java.util.Map messageProperties)
|
FutureMessageResult |
RemoteDispatcher.asyncReceiveRemote(java.lang.String endpoint,
int timeout)
|
FutureMessageResult |
MuleClient.sendAsync(java.lang.String url,
java.lang.Object payload,
java.util.Map messageProperties)
sends an event request to a Url, making the result of the event trigger available as a Future result that can be accessed later by client code. |
FutureMessageResult |
MuleClient.sendAsync(java.lang.String url,
java.lang.Object payload,
java.util.Map messageProperties,
int timeout)
sends an event request to a Url, making the result of the event trigger available as a Future result that can be accessed later by client code. |
FutureMessageResult |
MuleClient.sendDirectAsync(java.lang.String component,
java.lang.String transformers,
java.lang.Object payload,
java.util.Map messageProperties)
sends an event to a components on a local Mule instance, while making the result of the event trigger available as a Future result that can be accessed later by client code. |
Uses of FutureMessageResult in org.mule.impl |
Methods in org.mule.impl that return FutureMessageResult | |
FutureMessageResult |
MuleEventContext.sendEventAsync(java.lang.Object message,
int timeout)
sends an event request via the configured outbound router for this component. |
FutureMessageResult |
MuleEventContext.sendEventAsync(UMOMessage message,
int timeout)
sends an event request via the configured outbound router for this component. |
FutureMessageResult |
MuleEventContext.sendEventAsync(UMOMessage message,
UMOEndpointURI endpointUri,
int timeout)
sends an event request via the configured outbound router for this component. |
FutureMessageResult |
MuleEventContext.sendEventAsync(UMOMessage message,
java.lang.String endpointName,
int timeout)
sends an event request via the configured outbound router for this component. |
Uses of FutureMessageResult in org.mule.umo |
Methods in org.mule.umo that return FutureMessageResult | |
FutureMessageResult |
UMOEventContext.sendEventAsync(java.lang.Object message,
int timeout)
sends an event request via the configured outbound router for this component. |
FutureMessageResult |
UMOEventContext.sendEventAsync(UMOMessage message,
int timeout)
sends an event request via the configured outbound router for this component. |
FutureMessageResult |
UMOEventContext.sendEventAsync(UMOMessage message,
UMOEndpointURI endpoint,
int timeout)
sends an event request via the configured outbound router for this component. |
FutureMessageResult |
UMOEventContext.sendEventAsync(UMOMessage message,
java.lang.String endpointName,
int timeout)
sends an event request via the configured outbound router for this component. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |