| Package | Description |
|---|---|
| com.mulesoft.extension.mq.api.modes | |
| com.mulesoft.extension.mq.internal.operation | |
| com.mulesoft.extension.mq.internal.service |
| Modifier and Type | Method and Description |
|---|---|
static ConsumerAckMode |
ConsumerAckMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConsumerAckMode[] |
ConsumerAckMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AnypointMQOperations.consume(AnypointMQConnection connection,
String destination,
ConsumerAckMode acknowledgementMode,
long acknowledgementTimeout,
TimeUnit acknowledgementTimeoutUnit,
long pollingTime,
TimeUnit pollingTimeUnit,
org.mule.runtime.extension.api.runtime.process.CompletionCallback<InputStream,AnypointMQMessageAttributes> callback) |
| Modifier and Type | Method and Description |
|---|---|
static void |
AnypointMQServiceClient.consume(AnypointMQConnection connection,
String destination,
ConsumerAckMode acknowledgementMode,
Long pollingTime,
Long acknowledgementTimeout,
org.mule.runtime.extension.api.runtime.process.CompletionCallback<InputStream,AnypointMQMessageAttributes> callback) |
void |
AnypointMQService.consume(String destination,
ConsumerAckMode acknowledgementMode,
Long pollingTime,
Long acknowledgementTimeout,
org.mule.runtime.extension.api.runtime.process.CompletionCallback<byte[],AnypointMQMessageAttributes> callback) |
Copyright © 2025 MuleSoft, Inc.. All rights reserved.