Uses of Class
io.vertx.camel.CamelMapping
-
Packages that use CamelMapping Package Description io.vertx.camel -
-
Uses of CamelMapping in io.vertx.camel
Subclasses of CamelMapping in io.vertx.camel Modifier and Type Class Description class
InboundMapping
Represents a mapping between a Camel endpoint address and a Vert.x address on the event bus.class
OutboundMapping
Represents a mapping between a Vert.x event bus address and a Camel endpoint.Methods in io.vertx.camel that return CamelMapping Modifier and Type Method Description CamelMapping
CamelMapping. setAddress(String address)
Sets the event bus address.CamelMapping
CamelMapping. setEndpoint(org.apache.camel.Endpoint endpoint)
Sets the Camel endpoint.CamelMapping
CamelMapping. setHeadersCopy(boolean headersCopy)
Sets whether or not the headers of the input message are copied in the output message.CamelMapping
CamelMapping. setUri(String uri)
Sets the Camel endpoint URI.
-