Uses of Interface
com.turtlequeue.Consumer
-
-
Uses of Consumer in com.turtlequeue
Classes in com.turtlequeue that implement Consumer Modifier and Type Class Description classConsumerImpl<T>Methods in com.turtlequeue that return Consumer Modifier and Type Method Description Consumer<T>Message. getConsumer()Consumer<T>MessageImpl. getConsumer()Methods in com.turtlequeue that return types with arguments of type Consumer Modifier and Type Method Description CompletableFuture<Consumer>ConsumerBuilder. subscribe()Methods in com.turtlequeue with parameters of type Consumer Modifier and Type Method Description default voidEndOfTopicMessageListener. reachedEndOfTopic(Consumer<T> consumer)Get the notification when a topic is terminated.AcknowledgeBuilderAcknowledgeBuilder. setConsumer(Consumer consumer)
-