Class CamelBridgeOptions

    • Constructor Detail

      • 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.