Class CamelBridgeOptions

java.lang.Object
io.vertx.camel.CamelBridgeOptions

public class CamelBridgeOptions extends Object
Camel bridge configuration.
Author:
Clement Escoffier
  • Constructor Details

    • CamelBridgeOptions

      public CamelBridgeOptions(org.apache.camel.CamelContext context)
      Creates a new instance of CamelBridgeOptions.
      Parameters:
      context - the camel context used by the bridge. Must not be null, may not be started, however it should be started when the bridge is started.
    • CamelBridgeOptions

      public CamelBridgeOptions(JsonObject json)
      Comply with the DataObject contract, however calling this constructor will always throw.
      Parameters:
      json - a json object
      Throws:
      IllegalArgumentException - always.
  • Method Details