Class SyncReply

    • Field Detail

      • key

        int key
        The identifier of the client context within which which the reply will have to be sent.
    • Constructor Detail

      • SyncReply

        SyncReply​(int key,
                  AbstractJmsReply reply)
        Constructs a SyncReply instance.
        Parameters:
        key - The identifier of the client context within which which the reply will have to be sent.
        reply - The reply to send.