Package | Description |
---|---|
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.
|
static AmqpBridge |
AmqpBridge.newInstance(AmqpBridge arg) |
Modifier and Type | Method and Description |
---|---|
Observable<AmqpBridge> |
AmqpBridge.startObservable(String hostname,
int port)
Starts the bridge, establishing the underlying connection.
|
Observable<AmqpBridge> |
AmqpBridge.startObservable(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 © 2016. All rights reserved.