Uses of Interface
com.turtlequeue.Topic
-
-
Uses of Topic in com.turtlequeue
Classes in com.turtlequeue that implement Topic Modifier and Type Class Description classTopicImplFields in com.turtlequeue declared as Topic Modifier and Type Field Description protected TopicConsumerImpl. topicMethods in com.turtlequeue that return Topic Modifier and Type Method Description TopicTopicBuilderImpl. build()protected static TopicTopicImpl. fromTqTopic(com.turtlequeue.sdk.api.proto.Tq.Topic t)TopicConsumerImpl. getTopic()TopicConsumerParams. getTopic()TopicMessage. getTopic()TopicMessageImpl. getTopic()TopicProducerParams. getTopic()TopicReader. getTopic()TopicReaderImpl. getTopic()Methods in com.turtlequeue with parameters of type Topic Modifier and Type Method Description CompletableFuture<Void>Admin. deleteTopic(Topic t)CompletableFuture<Void>Admin. deleteTopic(Topic t, boolean force)CompletableFuture<Void>Admin. deleteTopic(Topic t, boolean force, boolean deleteSchema)CompletableFuture<MessageId>Admin. terminateTopic(Topic t)ConsumerBuilderConsumerBuilder. topic(Topic topic)ProducerBuilderProducerBuilder. topic(Topic topic)ReaderBuilderReaderBuilder. topic(Topic topic)TopicBuilderImplTopicBuilderImpl. topic(Topic topic)protected static com.turtlequeue.sdk.api.proto.Tq.TopicTopicImpl. toTqTopic(Topic t)Constructors in com.turtlequeue with parameters of type Topic 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)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)ProducerParams(Long producerId, Topic topic, String producerName, Boolean enableBatching, Integer batchingMaxMessages, TimeUnit batchingMaxPublishDelayUnit, Long batchingMaxPublishDelayValue, Integer maxPendingMessages, Map<String,String> properties, HashingScheme hashingScheme, TimeUnit sendTimeoutUnit, Integer sendTimeoutValue, Boolean blockIfQueueFull)
-