Uses of Class
com.turtlequeue.ProducerImpl
-
-
Uses of ProducerImpl in com.turtlequeue
Methods in com.turtlequeue that return types with arguments of type ProducerImpl Modifier and Type Method Description CompletableFuture<ProducerImpl>ProducerBuilder. create()protected CompletableFuture<ProducerImpl<T>>ProducerImpl. createReturn()Methods in com.turtlequeue with parameters of type ProducerImpl Modifier and Type Method Description protected voidClientImpl. registerProducer(ProducerImpl producer)CompletableFuture<Void>ClientImpl. registerProducerBroker(ProducerImpl producer)protected voidClientImpl. removeProducer(ProducerImpl producer)Constructors in com.turtlequeue with parameters of type ProducerImpl Constructor Description MessageBuilder(ProducerImpl<T> producer)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)
-