Package | Description |
---|---|
io.vertx.reactivex.amqpbridge |
Modifier and Type | Field and Description |
---|---|
static io.vertx.lang.rx.TypeArg<AmqpBridge> |
AmqpBridge.__TYPE_ARG |
Modifier and Type | Method and Description |
---|---|
static AmqpBridge |
AmqpBridge.create(Vertx vertx)
Creates a Bridge.
|
static AmqpBridge |
AmqpBridge.create(Vertx vertx,
AmqpBridgeOptions options)
Creates a Bridge with the given options.
|
static AmqpBridge |
AmqpBridge.newInstance(AmqpBridge arg) |
Modifier and Type | Method and Description |
---|---|
Single<AmqpBridge> |
AmqpBridge.rxStart(String hostname,
int port)
Starts the bridge, establishing the underlying connection.
|
Single<AmqpBridge> |
AmqpBridge.rxStart(String hostname,
int port,
String username,
String password)
Starts the bridge, establishing the underlying connection.
|
Modifier and Type | Method and Description |
---|---|
void |
AmqpBridge.start(String hostname,
int port,
Handler<AsyncResult<AmqpBridge>> resultHandler)
Starts the bridge, establishing the underlying connection.
|
void |
AmqpBridge.start(String hostname,
int port,
String username,
String password,
Handler<AsyncResult<AmqpBridge>> resultHandler)
Starts the bridge, establishing the underlying connection.
|
Copyright © 2023 Eclipse. All rights reserved.