Uses of Interface
com.turtlequeue.EndOfTopicMessageListener
-
-
Uses of EndOfTopicMessageListener in com.turtlequeue
Fields in com.turtlequeue declared as EndOfTopicMessageListener Modifier and Type Field Description protected EndOfTopicMessageListener<T>ConsumerImpl. endOfTopicMessageListenerMethods in com.turtlequeue that return EndOfTopicMessageListener Modifier and Type Method Description EndOfTopicMessageListenerConsumerParams. getEndOfTopicMessageListener()Methods in com.turtlequeue with parameters of type EndOfTopicMessageListener Modifier and Type Method Description ConsumerBuilderConsumerBuilder. endOfTopicMessageListener(EndOfTopicMessageListener endOfTopicMessageListener)Constructors in com.turtlequeue with parameters of type EndOfTopicMessageListener 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)
-