Uses of Class
io.vertx.rxjava.amqp.AmqpSender
-
Packages that use AmqpSender Package Description io.vertx.rxjava.amqp -
-
Uses of AmqpSender in io.vertx.rxjava.amqp
Fields in io.vertx.rxjava.amqp with type parameters of type AmqpSender Modifier and Type Field Description static TypeArg<AmqpSender>AmqpSender. __TYPE_ARGMethods in io.vertx.rxjava.amqp that return AmqpSender Modifier and Type Method Description AmqpSenderAmqpSender. exceptionHandler(Handler<Throwable> handler)static AmqpSenderAmqpSender. newInstance(AmqpSender arg)AmqpSenderAmqpSender. send(AmqpMessage message)Sends an AMQP message.AmqpSenderAmqpSender. sendWithAck(AmqpMessage message)Sends an AMQP message and waits for an acknowledgement.AmqpSenderAmqpSender. sendWithAck(AmqpMessage message, Handler<AsyncResult<Void>> acknowledgementHandler)Sends an AMQP message and waits for an acknowledgement.AmqpSenderAmqpSender. setWriteQueueMaxSize(int maxSize)Methods in io.vertx.rxjava.amqp that return types with arguments of type AmqpSender Modifier and Type Method Description rx.Single<AmqpSender>AmqpConnection. rxCreateAnonymousSender()Creates an anonymous sender.rx.Single<AmqpSender>AmqpClient. rxCreateSender(String address)Creates a sender used to send messages to the given address.rx.Single<AmqpSender>AmqpClient. rxCreateSender(String address, AmqpSenderOptions options)Creates a sender used to send messages to the given address.rx.Single<AmqpSender>AmqpConnection. rxCreateSender(String address)Creates a sender used to send messages to the given address.rx.Single<AmqpSender>AmqpConnection. rxCreateSender(String address, AmqpSenderOptions options)Creates a sender used to send messages to the given address.Method parameters in io.vertx.rxjava.amqp with type arguments of type AmqpSender Modifier and Type Method Description AmqpConnectionAmqpConnection. createAnonymousSender(Handler<AsyncResult<AmqpSender>> completionHandler)Creates an anonymous sender.AmqpClientAmqpClient. createSender(String address, AmqpSenderOptions options, Handler<AsyncResult<AmqpSender>> completionHandler)Creates a sender used to send messages to the given address.AmqpClientAmqpClient. createSender(String address, Handler<AsyncResult<AmqpSender>> completionHandler)Creates a sender used to send messages to the given address.AmqpConnectionAmqpConnection. createSender(String address, AmqpSenderOptions options, Handler<AsyncResult<AmqpSender>> completionHandler)Creates a sender used to send messages to the given address.AmqpConnectionAmqpConnection. createSender(String address, Handler<AsyncResult<AmqpSender>> completionHandler)Creates a sender used to send messages to the given address.
-