vertx / io.vertx.camel / CamelBridge / stop

stop

abstract fun stop(): CamelBridge

Stops the bridge. The bridges is stopped asynchronously.

Return
the current CamelBridge

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

Stops the bridge.

Parameters

completed - handler called when the bridge has been stopped.

Return
the current CamelBridge