Uses of Class
com.turtlequeue.SubType
-
-
Uses of SubType in com.turtlequeue
Methods in com.turtlequeue that return SubType Modifier and Type Method Description SubTypeConsumerParams. getSubType()static SubTypeSubType. valueOf(String name)Returns the enum constant of this type with the specified name.static SubType[]SubType. 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 SubType Modifier and Type Method Description ConsumerBuilderConsumerBuilder. subscriptionType(SubType subType)Constructors in com.turtlequeue with parameters of type SubType 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)
-