vertx / io.vertx.camel / CamelBridge / create

create

open static fun create(vertx: Vertx, bridgeOptions: CamelBridgeOptions): CamelBridge

Creates a bridge between Camel endpoints and Vert.x

Parameters

vertx - the vert.x instance

bridgeOptions - the bridge configuration

Return
the created CamelBridge. It must be started explicitly.