Class GridIoSecurityAwareMessage

    • Constructor Detail

      • GridIoSecurityAwareMessage

        public GridIoSecurityAwareMessage()
        No-op constructor to support Externalizable interface. This constructor is not meant to be used for other purposes.
      • GridIoSecurityAwareMessage

        public GridIoSecurityAwareMessage​(UUID secSubjId,
                                          byte plc,
                                          Object topic,
                                          int topicOrd,
                                          Message msg,
                                          boolean ordered,
                                          long timeout,
                                          boolean skipOnTimeout)
        Parameters:
        secSubjId - Security subject id.
        plc - Policy.
        topic - Communication topic.
        topicOrd - Topic ordinal value.
        msg - Message.
        ordered - Message ordered flag.
        timeout - Timeout.
        skipOnTimeout - Whether message can be skipped on timeout.