Class Message


  • public class Message
    extends MessageTopic
    Message that was emitted by an addressable entity during execution.
    • Constructor Detail

      • Message

        public Message​(java.lang.String entityAddr,
                       MessagePayload<?> message,
                       int topicIndex,
                       long blockIndex)
      • Message

        public Message()
    • Method Detail

      • getEntityAddr

        public java.lang.String getEntityAddr()
        The identity of the entity that produced the message.
      • getTopicIndex

        public int getTopicIndex()
        Message index in the topic.
      • getBlockIndex

        public long getBlockIndex()
        Message index in the block.
      • setEntityAddr

        public void setEntityAddr​(java.lang.String entityAddr)
        The identity of the entity that produced the message.
      • setTopicIndex

        public void setTopicIndex​(int topicIndex)
        Message index in the topic.
      • setBlockIndex

        public void setBlockIndex​(long blockIndex)
        Message index in the block.