Uses of Class
io.vertx.rxjava.amqp.AmqpReceiver
-
Packages that use AmqpReceiver Package Description io.vertx.rxjava.amqp -
-
Uses of AmqpReceiver in io.vertx.rxjava.amqp
Fields in io.vertx.rxjava.amqp with type parameters of type AmqpReceiver Modifier and Type Field Description static TypeArg<AmqpReceiver>AmqpReceiver. __TYPE_ARGMethods in io.vertx.rxjava.amqp that return AmqpReceiver Modifier and Type Method Description AmqpReceiverAmqpReceiver. endHandler(Handler<Void> endHandler)AmqpReceiverAmqpReceiver. exceptionHandler(Handler<Throwable> handler)AmqpReceiverAmqpReceiver. fetch(long amount)AmqpReceiverAmqpReceiver. handler(Handler<AmqpMessage> handler)static AmqpReceiverAmqpReceiver. newInstance(AmqpReceiver arg)AmqpReceiverAmqpReceiver. pause()AmqpReceiverAmqpReceiver. resume()Methods in io.vertx.rxjava.amqp that return types with arguments of type AmqpReceiver Modifier and Type Method Description rx.Single<AmqpReceiver>AmqpConnection. rxCreateDynamicReceiver()Creates a dynamic receiver.rx.Single<AmqpReceiver>AmqpClient. rxCreateReceiver(String address)Creates a receiver used to consume messages from the given address.rx.Single<AmqpReceiver>AmqpClient. rxCreateReceiver(String address, AmqpReceiverOptions receiverOptions)Creates a receiver used to consumer messages from the given address.rx.Single<AmqpReceiver>AmqpConnection. rxCreateReceiver(String address)Creates a receiver used to consume messages from the given address.rx.Single<AmqpReceiver>AmqpConnection. rxCreateReceiver(String address, AmqpReceiverOptions receiverOptions)Creates a receiver used to consumer messages from the given address.Method parameters in io.vertx.rxjava.amqp with type arguments of type AmqpReceiver Modifier and Type Method Description AmqpConnectionAmqpConnection. createDynamicReceiver(Handler<AsyncResult<AmqpReceiver>> completionHandler)Creates a dynamic receiver.AmqpClientAmqpClient. createReceiver(String address, AmqpReceiverOptions receiverOptions, Handler<AsyncResult<AmqpReceiver>> completionHandler)Creates a receiver used to consumer messages from the given address.AmqpClientAmqpClient. createReceiver(String address, Handler<AsyncResult<AmqpReceiver>> completionHandler)Creates a receiver used to consume messages from the given address.AmqpConnectionAmqpConnection. createReceiver(String address, AmqpReceiverOptions receiverOptions, Handler<AsyncResult<AmqpReceiver>> completionHandler)Creates a receiver used to consumer messages from the given address.AmqpConnectionAmqpConnection. createReceiver(String address, Handler<AsyncResult<AmqpReceiver>> completionHandler)Creates a receiver used to consume messages from the given address.
-