Options
All
  • Public
  • Public/Protected
  • All
Menu

Class CamelBridgeOptions

Camel bridge configuration.

Hierarchy

  • CamelBridgeOptions

Index

Constructors

constructor

Methods

addInboundMapping

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

    Parameters

    • inboundMappings: any

    Returns CamelBridgeOptions

addOutboundMapping

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

    Parameters

    • outboundMappings: any

    Returns CamelBridgeOptions

getCamelContext

  • getCamelContext(): any
  • Returns any

getInboundMappings

  • getInboundMappings(): any[]
  • Adds an inbound mapping (Camel to Vert.x).

    Returns any[]

getOutboundMappings

  • getOutboundMappings(): any[]
  • Adds an outbound mapping (Vert.x to Camel).

    Returns any[]

Generated using TypeDoc