| Modifier and Type | Method and Description |
|---|---|
static SubscriberAckMode |
SubscriberAckMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SubscriberAckMode[] |
SubscriberAckMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| 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,
int primaryRegionStatusCheckIntervalMs,
int fallbackMessagesCheckIntervalMs,
boolean fallbackFeatureSystemPropertyEnabled) |
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,
int primaryRegionStatusCheckIntervalMs,
int fallbackMessagesCheckIntervalMs,
boolean fallbackFeatureSystemPropertyEnabled)
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,
int primaryRegionStatusCheckIntervalMs,
int fallbackMessagesCheckIntervalMs,
boolean fallbackFeatureSystemPropertyEnabled) |
| Modifier and Type | Field and Description |
|---|---|
protected SubscriberAckMode |
AbstractSubscriber.acknowledgementMode |
| Constructor and Description |
|---|
AbstractSubscriber(SubscriberAckMode acknowledgementMode,
long acknowledgementTimeout,
com.mulesoft.mq.restclient.internal.Destination destination,
MessageListener messageListener,
com.mulesoft.mq.restclient.circuit.MQCircuitBreaker circuitBreaker) |
PollingSubscriber(SubscriberAckMode acknowledgementMode,
long acknowledgementTimeout,
int fetchSize,
com.mulesoft.mq.restclient.internal.Destination destination,
MessageListener messageListener,
com.mulesoft.mq.restclient.circuit.MQCircuitBreaker circuitBreaker,
org.mule.runtime.api.scheduler.Scheduler executor,
org.mule.runtime.core.api.source.scheduler.Scheduler schedulingStrategy) |
PollingSubscriber(SubscriberAckMode acknowledgementMode,
long acknowledgementTimeout,
int fetchSize,
com.mulesoft.mq.restclient.internal.Destination destination,
MessageListener messageListener,
com.mulesoft.mq.restclient.circuit.MQCircuitBreaker circuitBreaker,
org.mule.runtime.api.scheduler.Scheduler executor,
org.mule.runtime.core.api.source.scheduler.Scheduler schedulingStrategy,
int primaryRegionStatusCheckIntervalMs,
int fallbackMessagesCheckIntervalMs,
boolean fallbackFeatureSystemPropertyEnabled) |
PrefetchSubscriber(SubscriberAckMode acknowledgementMode,
long acknowledgementTimeout,
com.mulesoft.mq.restclient.internal.Destination destination,
MessageListener messageListener,
com.mulesoft.mq.restclient.circuit.MQCircuitBreaker circuitBreaker,
com.mulesoft.mq.restclient.internal.impl.ScheduledPrefetcher prefetcher) |
| Modifier and Type | Method and Description |
|---|---|
SubscriberAckMode |
SubscriberConfig.getAcknowledgementMode() |
| Constructor and Description |
|---|
SubscriberConfig(SubscriberAckMode acknowledgementMode,
long acknowledgementTimeout,
TimeUnit acknowledgementTimeoutUnit,
SubscriberFactory subscriberType) |
| Constructor and Description |
|---|
ExtensionMessageListener(SubscriberAckMode acknowledgementMode,
com.mulesoft.mq.restclient.internal.Destination destination,
org.mule.runtime.extension.api.runtime.source.SourceCallback<InputStream,AnypointMQMessageAttributes> callback) |
Copyright © 2024 MuleSoft, Inc.. All rights reserved.