Class AbstractReplyNot

    • Field Detail

      • serialVersionUID

        private static final long serialVersionUID
        define serialVersionUID for interoperability, fix with 5.15.0 value
        See Also:
        Constant Field Values
      • correlationId

        private int correlationId
        The correlationId field is equal to the request's identifier.
    • Constructor Detail

      • AbstractReplyNot

        public AbstractReplyNot​(int clientContext,
                                int correlationId)
        Constructs an AbstractReply.
        Parameters:
        clientContext - Client context identifier.
        correlationId - Identifier of the reply.
      • AbstractReplyNot

        public AbstractReplyNot()
        Constructs an AbstractReply.
    • Method Detail

      • getCorrelationId

        public int getCorrelationId()
        Returns the reply identifier.