Uses of Interface
org.apache.pulsar.broker.intercept.BrokerInterceptor
-
Packages that use BrokerInterceptor Package Description org.apache.pulsar.broker.intercept Pulsar broker interceptor.org.apache.pulsar.broker.service Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.org.apache.pulsar.broker.service.nonpersistent Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.org.apache.pulsar.broker.service.persistent Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.org.apache.pulsar.broker.web 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 BrokerInterceptor Modifier and Type Class Description static classBrokerInterceptor.BrokerInterceptorDisabledBroker interceptor disabled implementation.classBrokerInterceptorsA collection of broker interceptor.classBrokerInterceptorWithClassLoaderA broker interceptor with it's classloader.Fields in org.apache.pulsar.broker.intercept declared as BrokerInterceptor Modifier and Type Field Description static BrokerInterceptorBrokerInterceptor. DISABLEDMethods in org.apache.pulsar.broker.intercept that return BrokerInterceptor Modifier and Type Method Description static 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 BrokerInterceptor Modifier and Type Method Description BrokerInterceptorSubscription. interceptor()Methods in org.apache.pulsar.broker.service with parameters of type BrokerInterceptor Modifier and Type Method Description voidBrokerService. setInterceptor(BrokerInterceptor interceptor)Constructors in org.apache.pulsar.broker.service with parameters of type BrokerInterceptor Constructor Description PulsarCommandSenderImpl(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 Modifier and Type Method Description BrokerInterceptorNonPersistentSubscription. interceptor() -
Uses of BrokerInterceptor in org.apache.pulsar.broker.service.persistent
Methods in org.apache.pulsar.broker.service.persistent that return BrokerInterceptor Modifier and Type Method Description BrokerInterceptorPersistentSubscription. interceptor() -
Uses of BrokerInterceptor in org.apache.pulsar.broker.web
Constructors in org.apache.pulsar.broker.web with parameters of type BrokerInterceptor Constructor Description PreInterceptFilter(BrokerInterceptor interceptor, ExceptionHandler exceptionHandler)
-