Uses of Interface
org.apache.pulsar.client.api.TopicConsumerBuilder
Packages that use TopicConsumerBuilder
-
Uses of TopicConsumerBuilder in org.apache.pulsar.client.api
Methods in org.apache.pulsar.client.api that return TopicConsumerBuilderModifier and TypeMethodDescriptionTopicConsumerBuilder.priorityLevel
(int priorityLevel) Configure the priority level of this topic.ConsumerBuilder.topicConfiguration
(String topicName) Configure topic specific options to override those set at theConsumerBuilder
level.ConsumerBuilder.topicConfiguration
(Pattern topicsPattern) Configure topic specific options to override those set at theConsumerBuilder
level.Method parameters in org.apache.pulsar.client.api with type arguments of type TopicConsumerBuilderModifier and TypeMethodDescriptionConsumerBuilder.topicConfiguration
(String topicName, Consumer<TopicConsumerBuilder<T>> builderConsumer) Configure topic specific options to override those set at theConsumerBuilder
level.ConsumerBuilder.topicConfiguration
(Pattern topicsPattern, Consumer<TopicConsumerBuilder<T>> builderConsumer) Configure topic specific options to override those set at theConsumerBuilder
level.