Uses of Class
com.turtlequeue.ConsumerImpl
-
-
Uses of ConsumerImpl in com.turtlequeue
Methods in com.turtlequeue that return types with arguments of type ConsumerImpl Modifier and Type Method Description protected CompletableFuture<ConsumerImpl<T>>ConsumerImpl. subscribeReturn()Methods in com.turtlequeue with parameters of type ConsumerImpl Modifier and Type Method Description protected voidClientImpl. registerConsumer(ConsumerImpl consumer)CompletableFuture<Void>ClientImpl. registerConsumerBroker(ConsumerImpl consumer)protected voidClientImpl. removeConsumer(ConsumerImpl consumer)Constructors in com.turtlequeue with parameters of type ConsumerImpl Constructor Description MessageImpl(ClientImpl c, ConsumerImpl<T> consumer, MessageIdImpl messageId, T payload, String producerName, Long eventTime, Long publishTime, Topic topic, String key, Map<String,String> properties, ProducerImpl<T> producer, Boolean isReplicated, String replicatedFrom, Long delay, TimeUnit delayTimeUnit, Integer redeliveryCount)
-