Uses of Interface
org.apache.pulsar.client.api.ProducerInterceptor
-
Packages that use ProducerInterceptor Package Description org.apache.pulsar.client.api Pulsar Client API.org.apache.pulsar.client.api.interceptor Pulsar interceptors. -
-
Uses of ProducerInterceptor in org.apache.pulsar.client.api
Methods in org.apache.pulsar.client.api with parameters of type ProducerInterceptor Modifier and Type Method Description ProducerBuilder<T>ProducerBuilder. intercept(ProducerInterceptor<T>... interceptors)Deprecated. -
Uses of ProducerInterceptor in org.apache.pulsar.client.api.interceptor
Constructors in org.apache.pulsar.client.api.interceptor with parameters of type ProducerInterceptor Constructor Description ProducerInterceptorWrapper(ProducerInterceptor<?> innerInterceptor)
-