vertx / io.vertx.camel

Package io.vertx.camel

Types

CamelBridge

interface CamelBridge

Camel Bridge facade.

CamelBridgeOptions

open class CamelBridgeOptions

Camel bridge configuration.

CamelMapping

open class CamelMapping

Parent class for mapping between Vert.x event bus and Camel endpoints.

InboundMapping

open class InboundMapping : CamelMapping

Represents a mapping between a Camel endpoint address and a Vert.x address on the event bus.

OutboundMapping

open class OutboundMapping : CamelMapping

Represents a mapping between a Vert.x event bus address and a Camel endpoint.