Interface RaftMessage

    • Method Detail

      • getGroupId

        Object getGroupId()
        Returns the group id of the Raft node which created this message
        Returns:
        the group id of the Raft node which created this message
      • getSender

        @Nonnull
        RaftEndpoint getSender()
        Returns the endpoint of the Raft node which created this message
        Returns:
        the endpoint of the Raft node which created this message
      • getTerm

        int getTerm()
        Returns the term at which the Raft node created this message
        Returns:
        the term at which the Raft node created this message