Uses of Class
io.vertx.camel.InboundMapping
Packages that use InboundMapping
-
Uses of InboundMapping in io.vertx.camel
Methods in io.vertx.camel that return InboundMappingModifier and TypeMethodDescriptionstatic InboundMappingCreates anInboundMappingfrom the given Camel endpoint.static InboundMappingInboundMapping.fromCamel(org.apache.camel.Endpoint endpoint) Creates anInboundMappingfrom the given Camel endpoint.InboundMapping.setAddress(String address) InboundMapping.setEndpoint(org.apache.camel.Endpoint endpoint) InboundMapping.setHeadersCopy(boolean headersCopy) InboundMapping.setTimeout(int timeout) Sets the timeout in milliseconds.Fluent version ofInboundMapping.setAddress(String).InboundMapping.usePublish()Sets whether or notpublishis used instead ofsend, when a message is sent on the event bus.InboundMapping.withBodyType(Class bodyType) Sets the type of the body of the event bus message.InboundMapping.withoutHeadersCopy()Fluent version ofInboundMapping.setHeadersCopy(boolean)to disable the headers copy (so the parameter isfalse).Methods in io.vertx.camel that return types with arguments of type InboundMappingMethods in io.vertx.camel with parameters of type InboundMappingModifier and TypeMethodDescriptionCamelBridgeOptions.addInboundMapping(InboundMapping mapping) Adds an inbound mapping (Camel to Vert.x).