Uses of Interface
org.apache.pulsar.client.api.interceptor.ProducerInterceptor
Packages that use ProducerInterceptor
Package
Description
Pulsar Client API.
Pulsar interceptors.
-
Uses of ProducerInterceptor in org.apache.pulsar.client.api
Methods in org.apache.pulsar.client.api with parameters of type ProducerInterceptorModifier and TypeMethodDescriptionProducerBuilder.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 ProducerInterceptorModifier and TypeClassDescriptionclassA wrapper for old style producer interceptor.