open static fun create(vertx: Vertx, bridgeOptions: CamelBridgeOptions): CamelBridge
Creates a bridge between Camel endpoints and Vert.x
vertx - the vert.x instance
vertx
bridgeOptions - the bridge configuration
bridgeOptions
Return the created CamelBridge. It must be started explicitly.