SWIMAddressablePeer

public protocol SWIMAddressablePeer

Any peer in the cluster, can be used used to identify a peer using its unique node that it represents.

  • Node that this peer is representing.

    Declaration

    Swift

    var node: ClusterMembership.Node { get }