Uses of Class
com.turtlequeue.SubscriptionMode
-
-
Uses of SubscriptionMode in com.turtlequeue
Methods in com.turtlequeue that return SubscriptionMode Modifier and Type Method Description SubscriptionModeConsumerParams. getSubscriptionMode()static SubscriptionModeSubscriptionMode. valueOf(String name)Returns the enum constant of this type with the specified name.static SubscriptionMode[]SubscriptionMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.turtlequeue with parameters of type SubscriptionMode Modifier and Type Method Description ConsumerBuilderConsumerBuilder. subscriptionMode(SubscriptionMode subscriptionMode)Constructors in com.turtlequeue with parameters of type SubscriptionMode 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)
-