| Package | Description |
|---|---|
| org.mule.runtime.core.api.client | |
| org.mule.runtime.core.api.connector | |
| org.mule.runtime.core.internal.client | |
| org.mule.runtime.core.internal.connector |
| Modifier and Type | Class and Description |
|---|---|
class |
RequestCacheKey<OptionsType extends OperationOptions>
Cache key used to locate an object in a map based on an URL and operation options.
|
| Modifier and Type | Method and Description |
|---|---|
OperationOptions |
SimpleOptionsBuilder.build() |
| Modifier and Type | Method and Description |
|---|---|
void |
MuleClient.dispatch(String url,
org.mule.runtime.api.message.Message message,
OperationOptions operationOptions)
Dispatches an event asynchronously to a endpointUri via a Mule server.
|
Processor |
AbstractConnectorMessageProcessorProvider.getMessageProcessor(String url,
OperationOptions operationOptions,
MessageExchangePattern exchangePattern) |
Either<org.mule.runtime.api.message.Error,org.mule.runtime.api.message.Message> |
MuleClient.send(String url,
org.mule.runtime.api.message.Message message,
OperationOptions operationOptions)
Sends an event synchronously to a endpointUri via a Mule server and a resulting message is returned.
|
| Modifier and Type | Method and Description |
|---|---|
Processor |
ConnectorOperationProvider.getMessageProcessor(String url,
OperationOptions operationOptions,
MessageExchangePattern exchangePattern)
A
Processor that contains the behaviour for the URL |
Processor |
ConnectorOperationLocator.locateConnectorOperation(String url,
OperationOptions operationOptions,
MessageExchangePattern exchangePattern)
Lookup for an operation from a connector
|
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleOptions
Default implementation for
OperationOptions |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultLocalMuleClient.dispatch(String url,
org.mule.runtime.api.message.Message message,
OperationOptions operationOptions) |
Either<org.mule.runtime.api.message.Error,org.mule.runtime.api.message.Message> |
DefaultLocalMuleClient.send(String url,
org.mule.runtime.api.message.Message message,
OperationOptions operationOptions) |
| Modifier and Type | Method and Description |
|---|---|
Processor |
MuleConnectorOperationLocator.locateConnectorOperation(String url,
OperationOptions operationOptions,
MessageExchangePattern exchangePattern) |
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.