Class ConsumerConfigurationData<T>

java.lang.Object
org.apache.pulsar.client.impl.conf.ConsumerConfigurationData<T>
All Implemented Interfaces:
Serializable, Cloneable

public class ConsumerConfigurationData<T> extends Object implements Serializable, Cloneable
See Also:
  • Constructor Details

    • ConsumerConfigurationData

      public ConsumerConfigurationData()
  • Method Details

    • setMaxPendingChuckedMessage

      @Deprecated public void setMaxPendingChuckedMessage(int maxPendingChuckedMessage)
      Deprecated.
      use #setMaxPendingChunkedMessage(int)
    • getMaxPendingChuckedMessage

      @Deprecated public int getMaxPendingChuckedMessage()
      Deprecated.
      use #getMaxPendingChunkedMessage()
    • getMatchingTopicConfiguration

      public TopicConsumerConfigurationData getMatchingTopicConfiguration(String topicName)
    • setTopicConfigurations

      public void setTopicConfigurations(List<TopicConsumerConfigurationData> topicConfigurations)
    • setAutoUpdatePartitionsIntervalSeconds

      public void setAutoUpdatePartitionsIntervalSeconds(int interval, TimeUnit timeUnit)
    • getSingleTopic

      public String getSingleTopic()
    • clone

      public ConsumerConfigurationData<T> clone()
      Overrides:
      clone in class Object