Uses of Class
io.vertx.camel.CamelBridgeOptions
Packages that use CamelBridgeOptions
-
Uses of CamelBridgeOptions in io.vertx.camel
Methods in io.vertx.camel that return CamelBridgeOptionsModifier and TypeMethodDescriptionCamelBridgeOptions.addInboundMapping(InboundMapping mapping) Adds an inbound mapping (Camel to Vert.x).CamelBridgeOptions.addOutboundMapping(OutboundMapping mapping) Adds an outbound mapping (Vert.x to Camel).Methods in io.vertx.camel with parameters of type CamelBridgeOptionsModifier and TypeMethodDescriptionstatic CamelBridgeCamelBridge.create(Vertx vertx, CamelBridgeOptions bridgeOptions) Creates a bridge between Camel endpoints and Vert.x