vertx / io.vertx.camel / CamelBridge / start

start

abstract fun start(): CamelBridge

Starts the bridge. The bridge is started asynchronously.

Return
the current CamelBridge

abstract fun start(completed: Handler<AsyncResult<Void>>): CamelBridge

Starts the bridge.

Parameters

completed - handler called when the bridge has been started.

Return
the current CamelBridge