类 ReaderInterceptorUtil
java.lang.Object
org.apache.pulsar.client.impl.ReaderInterceptorUtil
ReaderInterceptorUtil is used to wrap ReaderInterceptor by ConsumerInterceptor.
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明static <T> ConsumerInterceptors<T>convertToConsumerInterceptors(Reader<T> reader, List<ReaderInterceptor<T>> interceptorList)
-
构造器详细资料
-
ReaderInterceptorUtil
public ReaderInterceptorUtil()
-
-
方法详细资料
-
convertToConsumerInterceptors
public static <T> ConsumerInterceptors<T> convertToConsumerInterceptors(Reader<T> reader, List<ReaderInterceptor<T>> interceptorList)
-