Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

If your component has options you can let it have public getters/setters and Camel will automatically set the properties when the endpoint is created. If you however takes want to take the matter in your own handhands, then you must remove the option from the given parameter list as Camel will validate that all options are used. If not Camel will thrown throw a ResolveEndpointFailedException stating some of the options are unknown.

...