接口 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 theConsumerBuilder
instance.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
TopicConsumerBuilder
instance - 另请参阅:
-
build
ConsumerBuilder<T> build()Complete the configuration of the topic specific options and return control back to theConsumerBuilder
instance.- 返回:
- the
ConsumerBuilder
instance
-