@InterfaceStability.Evolving public interface AuthorizerServerInfo
| Modifier and Type | Method and Description |
|---|---|
int | brokerId()Returns broker id. |
ClusterResource | clusterResource()Returns cluster metadata for the broker running this authorizer including cluster id. |
Collection<String> | earlyStartListeners()Returns the configured early start listeners. |
Collection<Endpoint> | endpoints()Returns endpoints for all listeners including the advertised host and port to which the listener is bound. |
Endpoint | interBrokerEndpoint()Returns the inter-broker endpoint. |
ClusterResource clusterResource()
int brokerId()
Collection<Endpoint> endpoints()
Endpoint interBrokerEndpoint()
endpoints().Collection<String> earlyStartListeners()