Package org.apache.pulsar.client.api.interceptor
Pulsar interceptors.
-
Interface Summary Interface Description ProducerInterceptor A plugin interface that allows you to intercept (and possibly mutate) the messages received by the producer before they are published to the Pulsar brokers. -
Class Summary Class Description ProducerInterceptorWrapper A wrapper for old style producer interceptor.