Repository: camel Updated Branches: refs/heads/master 917b1b024 -> db8740ce9
CAMEL-10721: camel-connector example Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/db8740ce Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/db8740ce Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/db8740ce Branch: refs/heads/master Commit: db8740ce9787814a8176283c38de9b6f56bcff5f Parents: 96b05ed Author: Claus Ibsen <[email protected]> Authored: Thu Jan 19 10:57:59 2017 +0100 Committer: Claus Ibsen <[email protected]> Committed: Thu Jan 19 11:00:00 2017 +0100 ---------------------------------------------------------------------- connectors/examples/foo-bar-wine-example/Readme.md | 4 ++++ .../img/foo-connector-options-idea.png | Bin 0 -> 45802 bytes 2 files changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/db8740ce/connectors/examples/foo-bar-wine-example/Readme.md ---------------------------------------------------------------------- diff --git a/connectors/examples/foo-bar-wine-example/Readme.md b/connectors/examples/foo-bar-wine-example/Readme.md index e65dfc2..60e717b 100644 --- a/connectors/examples/foo-bar-wine-example/Readme.md +++ b/connectors/examples/foo-bar-wine-example/Readme.md @@ -20,3 +20,7 @@ Notice how the tool presents only the pre-selected options of these connectors. which is based on the Camel `Timer` component only offers two options, where as if you are using `timer` instead you will have many more options. +The following screenshot shows hows the `foo` connector only has two options to configure: + + + http://git-wip-us.apache.org/repos/asf/camel/blob/db8740ce/connectors/examples/foo-bar-wine-example/img/foo-connector-options-idea.png ---------------------------------------------------------------------- diff --git a/connectors/examples/foo-bar-wine-example/img/foo-connector-options-idea.png b/connectors/examples/foo-bar-wine-example/img/foo-connector-options-idea.png new file mode 100644 index 0000000..dc9ce4b Binary files /dev/null and b/connectors/examples/foo-bar-wine-example/img/foo-connector-options-idea.png differ
