Package | Description |
---|---|
io.vertx.rxjava.amqpbridge | |
io.vertx.rxjava.core.eventbus |
Modifier and Type | Method and Description |
---|---|
<T> MessageProducer<T> |
AmqpBridge.createProducer(String amqpAddress)
Creates a producer to the given AMQP address.
|
Modifier and Type | Field and Description |
---|---|
static TypeArg<MessageProducer> |
MessageProducer.__TYPE_ARG |
Modifier and Type | Method and Description |
---|---|
MessageProducer<T> |
MessageProducer.deliveryOptions(io.vertx.core.eventbus.DeliveryOptions options)
Update the delivery options of this producer.
|
MessageProducer<T> |
MessageProducer.drainHandler(io.vertx.core.Handler<Void> handler) |
MessageProducer<T> |
MessageProducer.exceptionHandler(io.vertx.core.Handler<Throwable> handler) |
static <T> MessageProducer<T> |
MessageProducer.newInstance(io.vertx.core.eventbus.MessageProducer arg) |
static <T> MessageProducer<T> |
MessageProducer.newInstance(io.vertx.core.eventbus.MessageProducer arg,
TypeArg<T> __typeArg_T) |
<T> MessageProducer<T> |
EventBus.publisher(String address)
Create a message publisher against the specified address.
|
<T> MessageProducer<T> |
EventBus.publisher(String address,
io.vertx.core.eventbus.DeliveryOptions options)
Like
EventBus.publisher(java.lang.String) but specifying delivery options that will be used for configuring the delivery of
the message. |
MessageProducer<T> |
MessageProducer.send(T message)
Deprecated.
|
<R> MessageProducer<T> |
MessageProducer.send(T message,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Message<R>>> replyHandler)
Deprecated.
|
<T> MessageProducer<T> |
EventBus.sender(String address)
Create a message sender against the specified address.
|
<T> MessageProducer<T> |
EventBus.sender(String address,
io.vertx.core.eventbus.DeliveryOptions options)
Like
EventBus.sender(java.lang.String) but specifying delivery options that will be used for configuring the delivery of
the message. |
MessageProducer<T> |
MessageProducer.setWriteQueueMaxSize(int maxSize) |
MessageProducer<T> |
MessageProducer.write(T data) |
MessageProducer<T> |
MessageProducer.write(T data,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Void>> handler) |
Copyright © 2019 Eclipse. All rights reserved.