vertx / io.vertx.camel / CamelBridgeOptions

CamelBridgeOptions

open class CamelBridgeOptions

Camel bridge configuration.

Author
Clement Escoffier

Constructors

<init>

CamelBridgeOptions(context: CamelContext)

Creates a new instance of CamelBridgeOptions.

Functions

addInboundMapping

open fun addInboundMapping(mapping: InboundMapping): CamelBridgeOptions

Adds an inbound mapping (Camel to Vert.x).

addOutboundMapping

open fun addOutboundMapping(mapping: OutboundMapping): CamelBridgeOptions

Adds an outbound mapping (Vert.x to Camel).

getCamelContext

open fun getCamelContext(): CamelContext

getInboundMappings

open fun getInboundMappings(): MutableList<InboundMapping>

getOutboundMappings

open fun getOutboundMappings(): MutableList<OutboundMapping>