Uses of Class
io.vertx.camel.CamelMapping
Packages that use CamelMapping
-
Uses of CamelMapping in io.vertx.camel
Subclasses of CamelMapping in io.vertx.camelModifier and TypeClassDescriptionclassRepresents a mapping between a Camel endpoint address and a Vert.x address on the event bus.classRepresents a mapping between a Vert.x event bus address and a Camel endpoint.Methods in io.vertx.camel that return CamelMappingModifier and TypeMethodDescriptionCamelMapping.setAddress(String address) Sets the event bus address.CamelMapping.setEndpoint(org.apache.camel.Endpoint endpoint) Sets the Camel endpoint.CamelMapping.setHeadersCopy(boolean headersCopy) Sets whether or not the headers of the input message are copied in the output message.Sets the Camel endpoint URI.