open class CamelMapping
Parent class for mapping between Vert.x event bus and Camel endpoints.
Author
Clement Escoffier
CamelMapping()
Parent class for mapping between Vert.x event bus and Camel endpoints. |
static val DEFAULT_HEADERS_COPY: Boolean |
open fun getAddress(): String |
|
open fun getUri(): String |
|
open fun isHeadersCopy(): Boolean |
|
open fun setAddress(address: String): CamelMapping
Sets the event bus address. |
|
open fun setEndpoint(endpoint: Endpoint): CamelMapping
Sets the Camel endpoint. If used, |
|
open fun setHeadersCopy(headersCopy: Boolean): CamelMapping
Sets whether or not the headers of the input message are copied in the output message. |
|
open fun setUri(uri: String): CamelMapping
Sets the Camel endpoint URI. |
open class InboundMapping : CamelMapping
Represents a mapping between a Camel endpoint address and a Vert.x address on the event bus. |
|
open class OutboundMapping : CamelMapping
Represents a mapping between a Vert.x event bus address and a Camel endpoint. |