| Modifier and Type | Method and Description |
|---|---|
MQSubscriber |
PrefetchTypeSubscriberFactory.createSubscriber(String subscriberName,
com.mulesoft.mq.restclient.internal.Destination destination,
SubscriberAckMode ackMode,
long ackTimeout,
com.mulesoft.mq.restclient.circuit.MQCircuitBreaker circuitBreaker,
org.mule.runtime.api.scheduler.SchedulerService schedulerService,
org.mule.runtime.extension.api.runtime.source.SourceCallback<InputStream,AnypointMQMessageAttributes> callback) |
MQSubscriber |
SubscriberFactory.createSubscriber(String subscriberName,
com.mulesoft.mq.restclient.internal.Destination destination,
SubscriberAckMode ackMode,
long ackTimeout,
com.mulesoft.mq.restclient.circuit.MQCircuitBreaker circuitBreaker,
org.mule.runtime.api.scheduler.SchedulerService schedulerService,
org.mule.runtime.extension.api.runtime.source.SourceCallback<InputStream,AnypointMQMessageAttributes> callback)
Factory method for obtaining new instances of
MQSubscriber. |
MQSubscriber |
PollingTypeSubscriberFactory.createSubscriber(String subscriberName,
com.mulesoft.mq.restclient.internal.Destination destination,
SubscriberAckMode ackMode,
long ackTimeout,
com.mulesoft.mq.restclient.circuit.MQCircuitBreaker circuitBreaker,
org.mule.runtime.api.scheduler.SchedulerService schedulerService,
org.mule.runtime.extension.api.runtime.source.SourceCallback<InputStream,AnypointMQMessageAttributes> callback) |
| 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) |
| Constructor and Description |
|---|
AnypointMQServer(SubscriberConfig subscriberConfig,
com.mulesoft.mq.restclient.internal.Destination destination,
org.mule.runtime.extension.api.runtime.source.SourceCallback<InputStream,AnypointMQMessageAttributes> callback,
com.mulesoft.mq.restclient.circuit.MQCircuitBreaker circuitBreaker,
String subscriberName,
org.mule.runtime.api.scheduler.SchedulerService schedulerService) |
ExtensionMessageListener(SubscriberAckMode acknowledgementMode,
com.mulesoft.mq.restclient.internal.Destination destination,
org.mule.runtime.extension.api.runtime.source.SourceCallback<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) |
| Modifier and Type | Method and Description |
|---|---|
void |
AnypointMQSource.onStart(org.mule.runtime.extension.api.runtime.source.SourceCallback<InputStream,AnypointMQMessageAttributes> callback) |
Copyright © 2025 MuleSoft, Inc.. All rights reserved.