Uses of Class
io.vertx.camel.OutboundMapping
Packages that use OutboundMapping
-
Uses of OutboundMapping in io.vertx.camel
Methods in io.vertx.camel that return OutboundMappingModifier and TypeMethodDescriptionstatic OutboundMappingCreates anOutboundMappingfrom the given Vert.x address.OutboundMapping.setAddress(String address) OutboundMapping.setBlocking(boolean blocking) Sets whether or not the processing is blocking.OutboundMapping.setEndpoint(org.apache.camel.Endpoint endpoint) OutboundMapping.setHeadersCopy(boolean copyHeaders) OutboundMapping.setWorkerExecutor(WorkerExecutor pool) Sets the worker thread worker used to execute the blocking processing.Fluent version ofOutboundMapping.setUri(String).OutboundMapping.toCamel(org.apache.camel.Endpoint endpoint) Fluent version ofOutboundMapping.setEndpoint(Endpoint).OutboundMapping.withoutHeadersCopy()Fluent version ofOutboundMapping.setHeadersCopy(boolean)to disable the headers copy.Methods in io.vertx.camel that return types with arguments of type OutboundMappingMethods in io.vertx.camel with parameters of type OutboundMappingModifier and TypeMethodDescriptionCamelBridgeOptions.addOutboundMapping(OutboundMapping mapping) Adds an outbound mapping (Vert.x to Camel).