vertx / io.vertx.amqpbridge / AmqpBridge / create

create

open static fun create(vertx: Vertx): AmqpBridge

Creates a Bridge.

Parameters

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.

Parameters

vertx - the vertx instance to use

options - the options

Return
the (not-yet-started) bridge.