@Configuration(name="default-subscriber") @Operations(value=AnypointMQOperations.class) @Sources(value=AnypointMQSource.class) @ConnectionProviders(value=AnypointMQConnectionProvider.class) public class AnypointMQConfiguration extends Object implements SubscriberConfiguration
DEFAULT_MAX_REDELIVERY| Constructor and Description |
|---|
AnypointMQConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
SubscriberAckMode |
getAcknowledgementMode() |
Long |
getAcknowledgementTimeout() |
Integer |
getMaxRedelivery() |
Long |
getPollingTime() |
MQPrefetchConfiguration |
getPrefetch() |
public SubscriberAckMode getAcknowledgementMode()
getAcknowledgementMode in interface ConsumerConfigurationpublic Long getAcknowledgementTimeout()
getAcknowledgementTimeout in interface ConsumerConfigurationpublic Long getPollingTime()
getPollingTime in interface ConsumerConfigurationpublic MQPrefetchConfiguration getPrefetch()
getPrefetch in interface SubscriberConfigurationpublic Integer getMaxRedelivery()
getMaxRedelivery in interface SubscriberConfigurationCopyright © 2018 MuleSoft, Inc.. All rights reserved.