Uses of Interface
io.vertx.amqp.AmqpReceiver
-
Packages that use AmqpReceiver Package Description io.vertx.amqp io.vertx.reactivex.amqp io.vertx.rxjava3.amqp -
-
Uses of AmqpReceiver in io.vertx.amqp
Methods in io.vertx.amqp that return AmqpReceiver Modifier and Type Method Description AmqpReceiver
AmqpReceiver. endHandler(Handler<Void> endHandler)
AmqpReceiver
AmqpReceiver. exceptionHandler(Handler<Throwable> handler)
AmqpReceiver
AmqpReceiver. fetch(long amount)
AmqpReceiver
AmqpReceiver. handler(Handler<AmqpMessage> handler)
AmqpReceiver
AmqpReceiver. pause()
AmqpReceiver
AmqpReceiver. resume()
Methods in io.vertx.amqp that return types with arguments of type AmqpReceiver Modifier and Type Method Description Future<AmqpReceiver>
AmqpConnection. createDynamicReceiver()
Creates a dynamic receiver.Future<AmqpReceiver>
AmqpClient. createReceiver(String address)
Creates a receiver used to consume messages from the given address.Future<AmqpReceiver>
AmqpClient. createReceiver(String address, AmqpReceiverOptions receiverOptions)
Creates a receiver used to consumer messages from the given address.Future<AmqpReceiver>
AmqpConnection. createReceiver(String address)
Creates a receiver used to consume messages from the given address.Future<AmqpReceiver>
AmqpConnection. createReceiver(String address, AmqpReceiverOptions receiverOptions)
Creates a receiver used to consumer messages from the given address. -
Uses of AmqpReceiver in io.vertx.reactivex.amqp
Methods in io.vertx.reactivex.amqp that return AmqpReceiver Modifier and Type Method Description AmqpReceiver
AmqpReceiver. getDelegate()
Methods in io.vertx.reactivex.amqp with parameters of type AmqpReceiver Modifier and Type Method Description static AmqpReceiver
AmqpReceiver. newInstance(AmqpReceiver arg)
Constructors in io.vertx.reactivex.amqp with parameters of type AmqpReceiver Constructor Description AmqpReceiver(AmqpReceiver delegate)
-
Uses of AmqpReceiver in io.vertx.rxjava3.amqp
Methods in io.vertx.rxjava3.amqp that return AmqpReceiver Modifier and Type Method Description AmqpReceiver
AmqpReceiver. getDelegate()
Methods in io.vertx.rxjava3.amqp with parameters of type AmqpReceiver Modifier and Type Method Description static AmqpReceiver
AmqpReceiver. newInstance(AmqpReceiver arg)
Constructors in io.vertx.rxjava3.amqp with parameters of type AmqpReceiver Constructor Description AmqpReceiver(AmqpReceiver delegate)
-