Package | Description |
---|---|
io.vertx.amqp.bridge |
= Vert.x AMQP Bridge
This component provides AMQP 1.0 producer and consumer support via a bridging layer implementing the Vert.x event bus
MessageProducer and MessageConsumer APIs over the top of link:https://github.com/vert-x3/vertx-proton/[vertx-proton].
|
io.vertx.rxjava.amqp.bridge |
Modifier and Type | Method and Description |
---|---|
static AmqpBridge |
AmqpBridge.create(io.vertx.core.Vertx vertx)
Creates a Bridge.
|
static AmqpBridge |
AmqpBridge.create(io.vertx.core.Vertx vertx,
AmqpBridgeOptions options)
Creates a Bridge with the given options.
|
Modifier and Type | Method and Description |
---|---|
void |
AmqpBridge.start(String hostname,
int port,
io.vertx.core.Handler<io.vertx.core.AsyncResult<AmqpBridge>> resultHandler)
Starts the bridge, establishing the underlying connection.
|
void |
AmqpBridge.start(String hostname,
int port,
String username,
String password,
io.vertx.core.Handler<io.vertx.core.AsyncResult<AmqpBridge>> resultHandler)
Starts the bridge, establishing the underlying connection.
|
Modifier and Type | Method and Description |
---|---|
static AmqpBridge |
AmqpBridge.newInstance(AmqpBridge arg) |
Constructor and Description |
---|
AmqpBridge(AmqpBridge delegate) |
Copyright © 2016. All rights reserved.