Uses of Interface
io.vertx.amqp.AmqpSender
-
Packages that use AmqpSender Package Description io.vertx.amqp io.vertx.reactivex.amqp io.vertx.rxjava3.amqp -
-
Uses of AmqpSender in io.vertx.amqp
Methods in io.vertx.amqp that return AmqpSender Modifier and Type Method Description AmqpSender
AmqpSender. exceptionHandler(Handler<Throwable> handler)
AmqpSender
AmqpSender. send(AmqpMessage message)
Sends an AMQP message.AmqpSender
AmqpSender. setWriteQueueMaxSize(int maxSize)
Methods in io.vertx.amqp that return types with arguments of type AmqpSender Modifier and Type Method Description Future<AmqpSender>
AmqpConnection. createAnonymousSender()
Creates an anonymous sender.Future<AmqpSender>
AmqpClient. createSender(String address)
Creates a sender used to send messages to the given address.Future<AmqpSender>
AmqpClient. createSender(String address, AmqpSenderOptions options)
Creates a sender used to send messages to the given address.Future<AmqpSender>
AmqpConnection. createSender(String address)
Creates a sender used to send messages to the given address.Future<AmqpSender>
AmqpConnection. createSender(String address, AmqpSenderOptions options)
Creates a sender used to send messages to the given address. -
Uses of AmqpSender in io.vertx.reactivex.amqp
Methods in io.vertx.reactivex.amqp that return AmqpSender Modifier and Type Method Description AmqpSender
AmqpSender. getDelegate()
Methods in io.vertx.reactivex.amqp with parameters of type AmqpSender Modifier and Type Method Description static AmqpSender
AmqpSender. newInstance(AmqpSender arg)
Constructors in io.vertx.reactivex.amqp with parameters of type AmqpSender Constructor Description AmqpSender(AmqpSender delegate)
-
Uses of AmqpSender in io.vertx.rxjava3.amqp
Methods in io.vertx.rxjava3.amqp that return AmqpSender Modifier and Type Method Description AmqpSender
AmqpSender. getDelegate()
Methods in io.vertx.rxjava3.amqp with parameters of type AmqpSender Modifier and Type Method Description static AmqpSender
AmqpSender. newInstance(AmqpSender arg)
Constructors in io.vertx.rxjava3.amqp with parameters of type AmqpSender Constructor Description AmqpSender(AmqpSender delegate)
-