Package | Description |
---|---|
io.vertx.amqpbridge | |
io.vertx.reactivex.amqpbridge | |
io.vertx.rxjava.amqpbridge |
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.
|
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.
|
Modifier and Type | Method and Description |
---|---|
AmqpBridge |
AmqpBridge.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static AmqpBridge |
AmqpBridge.newInstance(AmqpBridge arg) |
Constructor and Description |
---|
AmqpBridge(AmqpBridge delegate) |
Modifier and Type | Method and Description |
---|---|
AmqpBridge |
AmqpBridge.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static AmqpBridge |
AmqpBridge.newInstance(AmqpBridge arg) |
Constructor and Description |
---|
AmqpBridge(AmqpBridge delegate) |
Copyright © 2023 Eclipse. All rights reserved.