Interface ReplyHandler

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void onReply​(String correlationId, com.rabbitmq.client.AMQP.BasicProperties properties, byte[] reply)
      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,
                     com.rabbitmq.client.AMQP.BasicProperties properties,
                     byte[] reply)
        The reply message was received
        Parameters:
        correlationId - the correlation id
        reply - the reply message
      • onTimeout

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