| 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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BrokerInterceptor.onConnectionClosed(ServerCnx cnx)
Called by the broker while connection closed.
|
void |
BrokerInterceptor.BrokerInterceptorDisabled.onConnectionClosed(ServerCnx cnx) |
void |
BrokerInterceptors.onConnectionClosed(ServerCnx cnx) |
void |
BrokerInterceptorWithClassLoader.onConnectionClosed(ServerCnx cnx) |
void |
BrokerInterceptor.onPulsarCommand(org.apache.pulsar.common.api.proto.PulsarApi.BaseCommand command,
ServerCnx cnx)
Called by the broker while new command incoming.
|
void |
BrokerInterceptor.BrokerInterceptorDisabled.onPulsarCommand(org.apache.pulsar.common.api.proto.PulsarApi.BaseCommand command,
ServerCnx cnx) |
void |
BrokerInterceptors.onPulsarCommand(org.apache.pulsar.common.api.proto.PulsarApi.BaseCommand command,
ServerCnx cnx) |
void |
BrokerInterceptorWithClassLoader.onPulsarCommand(org.apache.pulsar.common.api.proto.PulsarApi.BaseCommand command,
ServerCnx cnx) |
| Constructor and Description |
|---|
PulsarCommandSenderImpl(BrokerInterceptor interceptor,
ServerCnx cnx) |
Copyright © 2017–2021 Apache Software Foundation. All rights reserved.