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.
completed - handler called when the bridge has been stopped.
Return
the current CamelBridge