open class CamelBridgeOptions
Camel bridge configuration.
Author
Clement Escoffier
CamelBridgeOptions(context: CamelContext)
Creates a new instance of CamelBridgeOptions. |
open fun addInboundMapping(mapping: InboundMapping): CamelBridgeOptions
Adds an inbound mapping (Camel to Vert.x). |
|
open fun addOutboundMapping(mapping: OutboundMapping): CamelBridgeOptions
Adds an outbound mapping (Vert.x to Camel). |
|
open fun getCamelContext(): CamelContext |
|
open fun getInboundMappings(): MutableList<InboundMapping> |
|
open fun getOutboundMappings(): MutableList<OutboundMapping> |