Uses of Class
io.vertx.camel.CamelBridgeOptions
-
Packages that use CamelBridgeOptions Package Description io.vertx.camel -
-
Uses of CamelBridgeOptions in io.vertx.camel
Methods in io.vertx.camel that return CamelBridgeOptions Modifier and Type Method 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).Methods in io.vertx.camel with parameters of type CamelBridgeOptions Modifier and Type Method Description static CamelBridge
CamelBridge. create(Vertx vertx, CamelBridgeOptions bridgeOptions)
Creates a bridge between Camel endpoints and Vert.x
-