Package com.turtlequeue
Class DeadLetterPolicy
- java.lang.Object
-
- com.turtlequeue.DeadLetterPolicy
-
public class DeadLetterPolicy extends Object
-
-
Constructor Summary
Constructors Constructor Description DeadLetterPolicy(int maxRedeliverCount, String retryLetterTopic, String deadLetterTopic)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected StringgetDeadLetterTopic()protected intgetMaxRedeliverCount()protected StringgetRetryLetterTopic()
-