Uses of Interface
io.vertx.amqp.AmqpReceiver
Packages that use AmqpReceiver
-
Uses of AmqpReceiver in io.vertx.amqp
Methods in io.vertx.amqp that return AmqpReceiverModifier and TypeMethodDescriptionAmqpReceiver.endHandler(Handler<Void> endHandler) AmqpReceiver.exceptionHandler(Handler<Throwable> handler) AmqpReceiver.fetch(long amount) AmqpReceiver.handler(Handler<AmqpMessage> handler) AmqpReceiver.pause()AmqpReceiver.resume()Methods in io.vertx.amqp that return types with arguments of type AmqpReceiverModifier and TypeMethodDescriptionAmqpConnection.createDynamicReceiver()Creates a dynamic receiver.AmqpClient.createReceiver(String address) Creates a receiver used to consume messages from the given address.AmqpClient.createReceiver(String address, AmqpReceiverOptions receiverOptions) Creates a receiver used to consumer messages from the given address.AmqpConnection.createReceiver(String address) Creates a receiver used to consume messages from the given address.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 AmqpReceiverMethods in io.vertx.reactivex.amqp with parameters of type AmqpReceiverConstructors in io.vertx.reactivex.amqp with parameters of type AmqpReceiver -
Uses of AmqpReceiver in io.vertx.rxjava3.amqp
Methods in io.vertx.rxjava3.amqp that return AmqpReceiverMethods in io.vertx.rxjava3.amqp with parameters of type AmqpReceiverConstructors in io.vertx.rxjava3.amqp with parameters of type AmqpReceiver