Class AmqpReceiver

java.lang.Object
io.vertx.mutiny.amqp.AmqpReceiver
All Implemented Interfaces:
MutinyDelegate, ReadStream<AmqpMessage>, StreamBase

public class AmqpReceiver extends Object implements MutinyDelegate, ReadStream<AmqpMessage>
Interface used to consume AMQP message as a stream of message. Back pressure is implemented using AMQP credits.

NOTE: This class has been automatically generated from the original non Mutiny-ified interface using Vert.x codegen.

  • Field Details

  • Constructor Details

    • AmqpReceiver

      public AmqpReceiver(io.vertx.amqp.AmqpReceiver delegate)
    • AmqpReceiver

      public AmqpReceiver(Object delegate)
  • Method Details