Uses of Interface
org.apache.pulsar.broker.intercept.BrokerInterceptor
Packages that use BrokerInterceptor
Package
Description
Pulsar broker interceptor.
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
-
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 TypeMethodDescriptionstatic BrokerInterceptorBrokerInterceptors.load(org.apache.pulsar.broker.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)