Interface ReplyHandler

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void onReply​(String correlationId, javax.jms.Message reply, javax.jms.Session session)
      The reply message was received
      void onTimeout​(String correlationId)
      The reply message was not received and a timeout triggered
    • Method Detail

      • onReply

        void onReply​(String correlationId,
                     javax.jms.Message reply,
                     javax.jms.Session session)
        The reply message was received
        Parameters:
        correlationId - the correlation id
        reply - the JMS reply message
        session - the JMS session
      • onTimeout

        void onTimeout​(String correlationId)
        The reply message was not received and a timeout triggered
        Parameters:
        correlationId - the correlation id