| Package | Description | 
|---|---|
| io.vertx.camel | 
| Modifier and Type | Method and Description | 
|---|---|
CamelBridgeOptions | 
CamelBridgeOptions.addInboundMapping(InboundMapping mapping)
Adds an inbound mapping (Camel to Vert.x). 
 | 
CamelBridgeOptions | 
CamelBridgeOptions.addOutboundMapping(OutboundMapping mapping)
Adds an outbound mapping (Vert.x to Camel). 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static CamelBridge | 
CamelBridge.create(Vertx vertx,
      CamelBridgeOptions bridgeOptions)
Creates a bridge between Camel endpoints and Vert.x 
 | 
Copyright © 2020 Eclipse. All rights reserved.