Repository: camel Updated Branches: refs/heads/master 49d3fe94e -> c9c163718
Regen Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/c9c16371 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/c9c16371 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/c9c16371 Branch: refs/heads/master Commit: c9c16371825a1168038937a07d0291efea8c51dd Parents: 49d3fe9 Author: Claus Ibsen <davscl...@apache.org> Authored: Wed Sep 20 09:21:41 2017 +0200 Committer: Claus Ibsen <davscl...@apache.org> Committed: Wed Sep 20 09:21:41 2017 +0200 ---------------------------------------------------------------------- camel-core/src/main/docs/controlbus-component.adoc | 7 +++---- camel-core/src/main/docs/mock-component.adoc | 4 +++- 2 files changed, 6 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/c9c16371/camel-core/src/main/docs/controlbus-component.adoc ---------------------------------------------------------------------- diff --git a/camel-core/src/main/docs/controlbus-component.adoc b/camel-core/src/main/docs/controlbus-component.adoc index b0d9799..e3b3846 100644 --- a/camel-core/src/main/docs/controlbus-component.adoc +++ b/camel-core/src/main/docs/controlbus-component.adoc @@ -1,6 +1,6 @@ -== Control Bus +== Control Bus Component -*Available as of Camel version 2.11.0* +*Available as of Camel version 2.11* The http://www.eaipatterns.com/ControlBus.html[Control Bus] from the link:enterprise-integration-patterns.html[EIP patterns] allows for the @@ -184,5 +184,4 @@ We use `async=true` to stop Camel asynchronously as otherwise we would be trying to stop Camel while it was in-flight processing the message we sent to the control bus component. -TIP: You can also use other languages such as link:groovy.html[Groovy], etc. - +TIP: You can also use other languages such as link:groovy.html[Groovy], etc. \ No newline at end of file http://git-wip-us.apache.org/repos/asf/camel/blob/c9c16371/camel-core/src/main/docs/mock-component.adoc ---------------------------------------------------------------------- diff --git a/camel-core/src/main/docs/mock-component.adoc b/camel-core/src/main/docs/mock-component.adoc index f8d34db..bf573ff 100644 --- a/camel-core/src/main/docs/mock-component.adoc +++ b/camel-core/src/main/docs/mock-component.adoc @@ -1,5 +1,7 @@ == Mock Component *Available as of Camel version 1.0.0* +*Available as of Camel version 1.0* + link:testing.html[Testing] of distributed and asynchronous processing is notoriously difficult. The link:mock.html[Mock], link:test.html[Test] @@ -478,4 +480,4 @@ In the example above we use `seconds` as the time unit, but Camel offers === See Also * link:spring-testing.html[Spring Testing] -* link:testing.html[Testing] +* link:testing.html[Testing] \ No newline at end of file