Updated docs

This commit is contained in:
Marcin Grzejszczak
2016-04-24 22:08:46 +02:00
parent 204637159e
commit 26afe17ec5
11 changed files with 35 additions and 107 deletions

View File

@@ -162,6 +162,8 @@ include::../../../../accurest-core/src/test/groovy/io/codearte/accurest/builder/
=== Messaging Top-Level Elements
WARNING: Feature available since {messaging_version}
The DSL for messaging looks a little bit different than the one that focuses on HTTP.
==== Output triggered by a method

View File

@@ -1,3 +1,5 @@
:messaging_version: 1.0.7
include::introduction.adoc[]
include::contract.adoc[]

View File

@@ -1,6 +1,6 @@
== Accurest Messaging
WARNING: Feature available since 1.0.7
WARNING: Feature available since {messaging_version}
Accurest allows you to verify your application that uses messaging as means of communication.
All of our integrations are working with Spring but you can also set one yourself.

View File

@@ -1,6 +1,6 @@
== Stub Runner for Messaging
WARNING: Feature available since 1.0.7
WARNING: Feature available since {messaging_version}
Stub Runner has the functionality to run the published stubs in memory. It can integrate with the following frameworks out of the box
@@ -10,7 +10,6 @@ Stub Runner has the functionality to run the published stubs in memory. It can i
It also provides points of entry to integrate with any other solution on the market.
=== Stub triggering
To trigger a message it's enough to use the `StubTiggerer` interface: