Interface AuthorizerServerInfo
Runtime broker configuration metadata provided to authorizers during start up.
- 
Method SummaryModifier and TypeMethodDescriptionintbrokerId()Returns broker id.Returns cluster metadata for the broker running this authorizer including cluster id.Returns the configured early start listeners.Returns endpoints for all listeners including the advertised host and port to which the listener is bound.Returns the inter-broker endpoint.
- 
Method Details- 
clusterResourceClusterResource clusterResource()Returns cluster metadata for the broker running this authorizer including cluster id.
- 
brokerIdint brokerId()Returns broker id. This may be a generated broker id if `broker.id` was not configured.
- 
endpointsCollection<Endpoint> endpoints()Returns endpoints for all listeners including the advertised host and port to which the listener is bound.
- 
interBrokerEndpointEndpoint interBrokerEndpoint()Returns the inter-broker endpoint. This is one of the endpoints returned byendpoints().
- 
earlyStartListenersCollection<String> earlyStartListeners()Returns the configured early start listeners.
 
-