| Package | Description | 
|---|---|
| io.vertx.camel | 
| Modifier and Type | Class and 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. 
 | 
| Modifier and Type | Method and 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. 
 | 
Copyright © 2020 Eclipse. All rights reserved.