接口 TopicConsumerBuilder<T>
- 类型参数:
T- the type of the value in theConsumerBuilder
public interface TopicConsumerBuilder<T>
TopicConsumerBuilder is used to configure topic specific options to override those set at the
ConsumerBuilder level.-
方法概要
修饰符和类型方法说明build()Complete the configuration of the topic specific options and return control back to theConsumerBuilderinstance.priorityLevel(int priorityLevel) Configure the priority level of this topic.
-
方法详细资料
-
priorityLevel
Configure the priority level of this topic.- 参数:
priorityLevel- the priority of this topic- 返回:
- the
TopicConsumerBuilderinstance - 另请参阅:
-
build
ConsumerBuilder<T> build()Complete the configuration of the topic specific options and return control back to theConsumerBuilderinstance.- 返回:
- the
ConsumerBuilderinstance
-