Uses of Class
com.turtlequeue.DeadLetterPolicy
-
-
Uses of DeadLetterPolicy in com.turtlequeue
Methods in com.turtlequeue that return DeadLetterPolicy Modifier and Type Method Description DeadLetterPolicyDeadLetterPolicyBuilder. build()DeadLetterPolicyConsumerParams. getDeadLetterQueuePolicy()Methods in com.turtlequeue with parameters of type DeadLetterPolicy Modifier and Type Method Description ConsumerBuilderConsumerBuilder. deadLetterPolicy(DeadLetterPolicy policy)Constructors in com.turtlequeue with parameters of type DeadLetterPolicy Constructor Description ConsumerParams(Long consumerId, Topic topic, String subName, String consumerName, SubType subType, Integer priority, MessageId messageId, Map<String,String> metadata, Integer receiverQueueSize, Long ackTimeout, TimeUnit ackTimeoutTimeUnit, EndOfTopicMessageListener endOfTopicMessageListener, SubscriptionMode subscriptionMode, String jsonPath, Long negativeAckRedeliveryDelayValue, TimeUnit negativeAckRedeliveryDelayUnit, Boolean enableRetry, DeadLetterPolicy deadLetterQueuePolicy)
-