Interface IClusterTransmission

    • Method Detail

      • getId

        String getId()
        Returns a unique identifier for this transmission.
        Returns:
        the identifier for this transmission.
        Since:
        4.1.0
      • getSenderId

        String getSenderId()
        Returns the identifier of the node that is the sender of this transmission.
        Returns:
        the identifier of the sender node of this transmission.
        Since:
        4.1.0
      • toString

        String toString()
        A string representation for this transmission, used mostly for logging and debugging purposes. The result should be a concise but informative representation that is easy for a person to read.
        Overrides:
        toString in class Object
        Returns:
        string representation for this transmission.
        Since:
        4.1.0