Uses of Interface
org.apache.pulsar.broker.intercept.BrokerInterceptor
Packages that use BrokerInterceptor
Package
Description
Pulsar broker interceptor.
-
Uses of BrokerInterceptor in org.apache.pulsar.broker
Methods in org.apache.pulsar.broker that return BrokerInterceptorModifier and TypeMethodDescriptionprotected BrokerInterceptorPulsarService.newBrokerInterceptor() -
Uses of BrokerInterceptor in org.apache.pulsar.broker.intercept
Classes in org.apache.pulsar.broker.intercept that implement BrokerInterceptorModifier and TypeClassDescriptionclassA collection of broker interceptor.classA broker interceptor with it's classloader.Methods in org.apache.pulsar.broker.intercept that return BrokerInterceptorModifier and TypeMethodDescriptionBrokerInterceptorWithClassLoader.getInterceptor()static BrokerInterceptorBrokerInterceptors.load(ServiceConfiguration conf) Load the broker event interceptor for the given interceptor list. -
Uses of BrokerInterceptor in org.apache.pulsar.broker.service
Methods in org.apache.pulsar.broker.service that return BrokerInterceptorMethods in org.apache.pulsar.broker.service with parameters of type BrokerInterceptorModifier and TypeMethodDescriptionvoidBrokerService.setInterceptor(BrokerInterceptor interceptor) Constructors in org.apache.pulsar.broker.service with parameters of type BrokerInterceptorModifierConstructorDescriptionPulsarCommandSenderImpl(BrokerInterceptor interceptor, ServerCnx cnx) -
Uses of BrokerInterceptor in org.apache.pulsar.broker.service.nonpersistent
Methods in org.apache.pulsar.broker.service.nonpersistent that return BrokerInterceptor -
Uses of BrokerInterceptor in org.apache.pulsar.broker.service.persistent
Methods in org.apache.pulsar.broker.service.persistent that return BrokerInterceptor -
Uses of BrokerInterceptor in org.apache.pulsar.broker.web
Constructors in org.apache.pulsar.broker.web with parameters of type BrokerInterceptorModifierConstructorDescriptionPreInterceptFilter(BrokerInterceptor interceptor, ExceptionHandler exceptionHandler) ProcessHandlerFilter(BrokerInterceptor brokerInterceptor)