Uses of Class
io.vertx.camel.OutboundMapping
-
Packages that use OutboundMapping Package Description io.vertx.camel -
-
Uses of OutboundMapping in io.vertx.camel
Methods in io.vertx.camel that return OutboundMapping Modifier and Type Method Description static OutboundMapping
OutboundMapping. fromVertx(String address)
Creates anOutboundMapping
from the given Vert.x address.OutboundMapping
OutboundMapping. setAddress(String address)
OutboundMapping
OutboundMapping. setBlocking(boolean blocking)
Sets whether or not the processing is blocking.OutboundMapping
OutboundMapping. setEndpoint(org.apache.camel.Endpoint endpoint)
OutboundMapping
OutboundMapping. setHeadersCopy(boolean copyHeaders)
OutboundMapping
OutboundMapping. setUri(String uri)
OutboundMapping
OutboundMapping. setWorkerExecutor(WorkerExecutor pool)
Sets the worker thread worker used to execute the blocking processing.OutboundMapping
OutboundMapping. toCamel(String uri)
Fluent version ofsetUri(String)
.OutboundMapping
OutboundMapping. toCamel(org.apache.camel.Endpoint endpoint)
Fluent version ofsetEndpoint(Endpoint)
.OutboundMapping
OutboundMapping. withoutHeadersCopy()
Fluent version ofsetHeadersCopy(boolean)
to disable the headers copy.Methods in io.vertx.camel that return types with arguments of type OutboundMapping Modifier and Type Method Description List<OutboundMapping>
CamelBridgeOptions. getOutboundMappings()
Methods in io.vertx.camel with parameters of type OutboundMapping Modifier and Type Method Description CamelBridgeOptions
CamelBridgeOptions. addOutboundMapping(OutboundMapping mapping)
Adds an outbound mapping (Vert.x to Camel).
-