Uses of Class
io.vertx.camel.InboundMapping
-
Packages that use InboundMapping Package Description io.vertx.camel -
-
Uses of InboundMapping in io.vertx.camel
Methods in io.vertx.camel that return InboundMapping Modifier and Type Method Description static InboundMapping
InboundMapping. fromCamel(String uri)
Creates anInboundMapping
from the given Camel endpoint.static InboundMapping
InboundMapping. fromCamel(org.apache.camel.Endpoint endpoint)
Creates anInboundMapping
from the given Camel endpoint.InboundMapping
InboundMapping. setAddress(String address)
InboundMapping
InboundMapping. setEndpoint(org.apache.camel.Endpoint endpoint)
InboundMapping
InboundMapping. setHeadersCopy(boolean headersCopy)
InboundMapping
InboundMapping. setTimeout(int timeout)
Sets the timeout in milliseconds.InboundMapping
InboundMapping. setUri(String uri)
InboundMapping
InboundMapping. toVertx(String address)
Fluent version ofsetAddress(String)
.InboundMapping
InboundMapping. usePublish()
Sets whether or notpublish
is used instead ofsend
, when a message is sent on the event bus.InboundMapping
InboundMapping. withBodyType(Class bodyType)
Sets the type of the body of the event bus message.InboundMapping
InboundMapping. withoutHeadersCopy()
Fluent version ofsetHeadersCopy(boolean)
to disable the headers copy (so the parameter isfalse
).Methods in io.vertx.camel that return types with arguments of type InboundMapping Modifier and Type Method Description List<InboundMapping>
CamelBridgeOptions. getInboundMappings()
Methods in io.vertx.camel with parameters of type InboundMapping Modifier and Type Method Description CamelBridgeOptions
CamelBridgeOptions. addInboundMapping(InboundMapping mapping)
Adds an inbound mapping (Camel to Vert.x).
-