Class TransportEndpointState


  • @Beta
    @Immutable
    public class TransportEndpointState
    extends java.lang.Object
    State of a underlying path endpoint, forming protected path.
    • Method Detail

      • isLive

        public boolean isLive()
        Returns liveness state of this endpoint.
        Returns:
        true if this endpoint is live.
      • attributes

        @Beta
        public java.util.Map<java.lang.String,​java.lang.String> attributes()
        Returns implementation defined attributes.
        Returns:
        the attributes
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object