| Modifier and Type | Method and Description |
|---|---|
AnypointMQMessageContext |
MessageContextFactory.createMessageContext(com.mulesoft.mq.restclient.api.AnypointMqMessage message,
String name) |
| Modifier and Type | Method and Description |
|---|---|
AnypointMQMessageContext |
DefaultMessageContextFactory.createMessageContext(com.mulesoft.mq.restclient.api.AnypointMqMessage message,
String destinationName) |
| Modifier and Type | Method and Description |
|---|---|
void |
MessageListener.onReceive(AnypointMQMessageContext messageContext) |
| Modifier and Type | Method and Description |
|---|---|
org.mule.runtime.extension.api.runtime.operation.Result<InputStream,AnypointMQMessageContext> |
AnypointMQOperations.consume(AnypointMQConfiguration config,
AnypointMQConnection connection,
String destination,
ConsumerAckMode acknowledgementMode,
Long pollingTime,
Long acknowledgementTimeout) |
| Modifier and Type | Method and Description |
|---|---|
void |
AnypointMQOperations.ack(AnypointMQConfiguration config,
AnypointMQConnection connection,
AnypointMQMessageContext messageContext)
Executes an Acknowledgement over a given
AnypointMQMessageContext indicating that the
message has been consumed correctly and deletes the message from In Flight status. |
void |
AnypointMQOperations.nack(AnypointMQConfiguration config,
AnypointMQConnection connection,
AnypointMQMessageContext messageContext)
Executes an Not Acknowledgement over a given
AnypointMQMessageContext and change the
status of the message from In Flight to In Queue to be consumed again for a
subscriber |
| Constructor and Description |
|---|
AnypointMQServer(String destination,
AnypointMQConfiguration config,
AnypointMQConnection connection,
org.mule.runtime.extension.api.runtime.source.SourceCallback<byte[],AnypointMQMessageContext> callback) |
| Modifier and Type | Method and Description |
|---|---|
AnypointMQMessageContext |
AnypointMQService.consume(String destination,
ConsumerAckMode acknowledgementMode,
Long pollingTime,
Long acknowledgementTimeout) |
AnypointMQMessageContext |
AnypointMQServiceImpl.consume(String destination,
ConsumerAckMode acknowledgementMode,
Long pollingTime,
Long acknowledgementTimeout) |
| Modifier and Type | Method and Description |
|---|---|
void |
AnypointMQService.ack(AnypointMQMessageContext context) |
void |
AnypointMQServiceImpl.ack(AnypointMQMessageContext messageContext) |
void |
AnypointMQService.nack(AnypointMQMessageContext context) |
void |
AnypointMQServiceImpl.nack(AnypointMQMessageContext messageContext) |
| Modifier and Type | Method and Description |
|---|---|
void |
AnypointMQSource.onStart(org.mule.runtime.extension.api.runtime.source.SourceCallback<byte[],AnypointMQMessageContext> callback) |
Copyright © 2018 MuleSoft, Inc.. All rights reserved.