Interface CamelBridge


public interface CamelBridge
Camel Bridge facade.
Author:
Clement Escoffier
  • Method Details

    • create

      static CamelBridge create(Vertx vertx, CamelBridgeOptions bridgeOptions)
      Creates a bridge between Camel endpoints and Vert.x
      Parameters:
      vertx - the vert.x instance
      bridgeOptions - the bridge configuration
      Returns:
      the created CamelBridge. It must be started explicitly.
    • start

      Future<Void> start()
      Starts the bridge. The bridge is started asynchronously.
      Returns:
      a future notified when the bridge has started
    • stop

      Future<Void> stop()
      Stops the bridge. The bridges is stopped asynchronously.
      Returns:
      a future notified when the bridge has been stopped