Uses of Interface
org.apache.pulsar.common.intercept.BrokerEntryMetadataInterceptor
Packages that use BrokerEntryMetadataInterceptor
Package
Description
Classes needed for broker interceptor.
Common protocol.
-
Uses of BrokerEntryMetadataInterceptor in org.apache.pulsar.common.intercept
Classes in org.apache.pulsar.common.intercept that implement BrokerEntryMetadataInterceptorModifier and TypeClassDescriptionclassA plugin interface that allows you to intercept the client requests to the Pulsar brokers and add timestamp from broker side metadata for each entry.classMethods in org.apache.pulsar.common.intercept that return types with arguments of type BrokerEntryMetadataInterceptorModifier and TypeMethodDescriptionstatic Set<BrokerEntryMetadataInterceptor>BrokerEntryMetadataUtils.loadBrokerEntryMetadataInterceptors(Set<String> interceptorNames, ClassLoader classLoader) -
Uses of BrokerEntryMetadataInterceptor in org.apache.pulsar.common.protocol
Method parameters in org.apache.pulsar.common.protocol with type arguments of type BrokerEntryMetadataInterceptorModifier and TypeMethodDescriptionstatic io.netty.buffer.ByteBufCommands.addBrokerEntryMetadata(io.netty.buffer.ByteBuf headerAndPayload, Set<BrokerEntryMetadataInterceptor> interceptors) static io.netty.buffer.ByteBufCommands.addBrokerEntryMetadata(io.netty.buffer.ByteBuf headerAndPayload, Set<BrokerEntryMetadataInterceptor> brokerInterceptors, int numberOfMessages)