open static fun create(vertx: Vertx): AmqpBridge
Creates a Bridge.
vertx - the vertx instance to use
Return
the (not-yet-started) bridge.
open static fun create(vertx: Vertx, options: AmqpBridgeOptions): AmqpBridge
Creates a Bridge with the given options.
vertx - the vertx instance to use
Return
the (not-yet-started) bridge.