| 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.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
BrokerInterceptor.BrokerInterceptorDisabled
Broker interceptor disabled implementation.
|
class |
BrokerInterceptors
A collection of broker interceptor.
|
class |
BrokerInterceptorWithClassLoader
A broker interceptor with it's classloader.
|
| Modifier and Type | Field and Description |
|---|---|
static BrokerInterceptor |
BrokerInterceptor.DISABLED |
| Modifier and Type | Method and Description |
|---|---|
static BrokerInterceptor |
BrokerInterceptors.load(ServiceConfiguration conf)
Load the broker event interceptor for the given interceptor list.
|
| Modifier and Type | Method and Description |
|---|---|
BrokerInterceptor |
Subscription.interceptor() |
| Modifier and Type | Method and Description |
|---|---|
void |
BrokerService.setInterceptor(BrokerInterceptor interceptor) |
| Constructor and Description |
|---|
PulsarCommandSenderImpl(BrokerInterceptor interceptor,
ServerCnx cnx) |
| Modifier and Type | Method and Description |
|---|---|
BrokerInterceptor |
NonPersistentSubscription.interceptor() |
| Modifier and Type | Method and Description |
|---|---|
BrokerInterceptor |
PersistentSubscription.interceptor() |
| Constructor and Description |
|---|
PreInterceptFilter(BrokerInterceptor interceptor,
ExceptionHandler exceptionHandler) |
Copyright © 2017–2022 Apache Software Foundation. All rights reserved.