接口的使用
org.apache.pulsar.client.api.interceptor.ProducerInterceptor
-
使用ProducerInterceptor的程序包 程序包 说明 org.apache.pulsar.client.api Pulsar Client API.org.apache.pulsar.client.api.interceptor Pulsar interceptors. -
-
org.apache.pulsar.client.api中ProducerInterceptor的使用
参数类型为ProducerInterceptor的org.apache.pulsar.client.api中的方法 修饰符和类型 方法 说明 ProducerBuilder<T>ProducerBuilder. intercept(ProducerInterceptor... interceptors)Add a set ofProducerInterceptorto the producer. -
org.apache.pulsar.client.api.interceptor中ProducerInterceptor的使用
实现ProducerInterceptor的org.apache.pulsar.client.api.interceptor中的类 修饰符和类型 类 说明 classProducerInterceptorWrapperA wrapper for old style producer interceptor.
-