Uses of Class
com.turtlequeue.ClientImpl
-
-
Uses of ClientImpl in com.turtlequeue
Methods in com.turtlequeue that return ClientImpl Modifier and Type Method Description protected ClientImplProducerImpl. getClient()Constructors in com.turtlequeue with parameters of type ClientImpl Constructor Description AcknowledgeBuilder(ClientImpl c)ConsumerBuilder(ClientImpl c)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)ProducerBuilder(ClientImpl c)ReaderBuilder(ClientImpl c)ReaderParams(ClientImpl c, ConsumerParams conf)TqClient(ClientImpl c)Construct client for accessing Tq reusing the existing channel.
-