|
|||||||||||
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 |
MuleClient.sendAsync(String url,
Object payload,
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(String url,
UMOMessage message)
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(String url,
Object payload,
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.sendAsync(String url,
UMOMessage message,
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(String component,
String transformers,
Object payload,
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. |
FutureMessageResult |
MuleClient.sendDirectAsync(String component,
String transformers,
UMOMessage message)
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. |
FutureMessageResult |
RemoteDispatcher.sendAsyncToRemoteComponent(String component,
String transformers,
Object payload,
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(String endpoint,
Object payload,
Map messageProperties)
|
FutureMessageResult |
RemoteDispatcher.asyncReceiveRemote(String endpoint,
int timeout)
|
Uses of FutureMessageResult in org.mule.impl |
Methods in org.mule.impl that return FutureMessageResult | |
FutureMessageResult |
MuleEventContext.sendEventAsync(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,
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(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,
String endpointName,
int timeout)
sends an event request via the configured outbound router for this component. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |