| Package | Description |
|---|---|
| com.mulesoft.extension.mq.internal.config | |
| 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 |
|---|---|
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 |
|---|---|
AnypointMQMessageContext |
AnypointMQService.consume(String destination,
ConsumerAckMode acknowledgementMode,
Long pollingTime,
Long acknowledgementTimeout) |
AnypointMQMessageContext |
AnypointMQServiceImpl.consume(String destination,
ConsumerAckMode acknowledgementMode,
Long pollingTime,
Long acknowledgementTimeout) |
Copyright © 2018 MuleSoft, Inc.. All rights reserved.