Options
All
  • Public
  • Public/Protected
  • All
Menu

Class CamelBridge

Camel Bridge facade.

Hierarchy

  • CamelBridge

Index

Methods

Methods

start

  • start(): CamelBridge
  • start(completed: ((res: AsyncResult<void>) => void) | Handler<AsyncResult<void>>): CamelBridge
  • Starts the bridge. The bridge is started asynchronously.

    Returns CamelBridge

  • Starts the bridge.

    Parameters

    • completed: ((res: AsyncResult<void>) => void) | Handler<AsyncResult<void>>

    Returns CamelBridge

stop

  • stop(): CamelBridge
  • stop(completed: ((res: AsyncResult<void>) => void) | Handler<AsyncResult<void>>): CamelBridge
  • Stops the bridge. The bridges is stopped asynchronously.

    Returns CamelBridge

  • Stops the bridge.

    Parameters

    • completed: ((res: AsyncResult<void>) => void) | Handler<AsyncResult<void>>

    Returns CamelBridge

Static create

  • Creates a bridge between Camel endpoints and Vert.x

    Parameters

    Returns CamelBridge

Generated using TypeDoc