|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FutureMessageResult | |
---|---|
org.mule | The Mule implementation of the Universal Message Objects(tm) API specification. |
org.mule.api | 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 |
org.mule.module.client | Simple interface for Mule clients to send and receive events from local or remote Mule Servers. |
Uses of FutureMessageResult in org.mule |
---|
Methods in org.mule that return FutureMessageResult | |
---|---|
FutureMessageResult |
DefaultMuleEventContext.sendEventAsync(MuleMessage message,
EndpointURI endpointUri,
int timeout)
sends an event request via the configured outbound router for this service. |
FutureMessageResult |
DefaultMuleEventContext.sendEventAsync(MuleMessage message,
int timeout)
sends an event request via the configured outbound router for this service. |
FutureMessageResult |
DefaultMuleEventContext.sendEventAsync(MuleMessage message,
java.lang.String endpointName,
int timeout)
sends an event request via the configured outbound router for this service. |
FutureMessageResult |
DefaultMuleEventContext.sendEventAsync(java.lang.Object message,
int timeout)
sends an event request via the configured outbound router for this service. |
Uses of FutureMessageResult in org.mule.api |
---|
Methods in org.mule.api that return FutureMessageResult | |
---|---|
FutureMessageResult |
MuleEventContext.sendEventAsync(MuleMessage message,
EndpointURI endpoint,
int timeout)
sends an event request via the configured outbound router for this service. |
FutureMessageResult |
MuleEventContext.sendEventAsync(MuleMessage message,
int timeout)
sends an event request via the configured outbound router for this service. |
FutureMessageResult |
MuleEventContext.sendEventAsync(MuleMessage message,
java.lang.String endpointName,
int timeout)
sends an event request via the configured outbound router for this service. |
FutureMessageResult |
MuleEventContext.sendEventAsync(java.lang.Object message,
int timeout)
sends an event request via the configured outbound router for this service. |
Uses of FutureMessageResult in org.mule.module.client |
---|
Methods in org.mule.module.client that return FutureMessageResult | |
---|---|
FutureMessageResult |
RemoteDispatcher.asyncReceiveRemote(java.lang.String endpoint,
int timeout)
|
FutureMessageResult |
MuleClient.sendAsync(java.lang.String url,
MuleMessage 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(java.lang.String url,
MuleMessage 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.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 |
RemoteDispatcher.sendAsyncRemote(java.lang.String endpoint,
java.lang.Object payload,
java.util.Map messageProperties)
|
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 |
MuleClient.sendDirectAsync(java.lang.String component,
java.lang.String transformers,
MuleMessage message)
Snds an event to a component 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(java.lang.String component,
java.lang.String transformers,
java.lang.Object payload,
java.util.Map messageProperties)
Sends an event to a component 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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |