Uses of Interface
org.apache.pulsar.client.api.interceptor.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... interceptors)Add a set ofProducerInterceptorto the producer. -
Uses of ProducerInterceptor in org.apache.pulsar.client.api.interceptor
Classes in org.apache.pulsar.client.api.interceptor that implement ProducerInterceptor Modifier and Type Class Description classProducerInterceptorWrapperA wrapper for old style producer interceptor.
-