Interface NodeSpecificEndpointBinding

All Superinterfaces:
EndpointBinding
All Known Implementing Classes:
BrokerEndpointBinding, MetadataDiscoveryBrokerEndpointBinding

public interface NodeSpecificEndpointBinding extends EndpointBinding
  • Method Details

    • nodeId

      Integer nodeId()
      Description copied from interface: EndpointBinding
      Returns the broker node id associated with this endpoint. If the endpoint is being used for bootstrapping, null will be returned instead.
      Specified by:
      nodeId in interface EndpointBinding
      Returns:
      node id or null.
    • refersToSameVirtualClusterAndNode

      default boolean refersToSameVirtualClusterAndNode(NodeSpecificEndpointBinding other)