Interface NodeSpecificEndpointBinding
- All Superinterfaces:
EndpointBinding
- All Known Implementing Classes:
BrokerEndpointBinding,MetadataDiscoveryBrokerEndpointBinding
-
Method Summary
Modifier and TypeMethodDescriptionnodeId()Returns the broker node id associated with this endpoint.default booleanMethods inherited from interface io.kroxylicious.proxy.internal.net.EndpointBinding
endpointGateway, restrictUpstreamToMetadataDiscovery, upstreamTarget
-
Method Details
-
nodeId
Integer nodeId()Description copied from interface:EndpointBindingReturns the broker node id associated with this endpoint. If the endpoint is being used for bootstrapping, null will be returned instead.- Specified by:
nodeIdin interfaceEndpointBinding- Returns:
- node id or null.
-
refersToSameVirtualClusterAndNode
-