Updated docs
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
:messaging_version: 1.0.7
|
||||
|
||||
include::introduction.adoc[]
|
||||
|
||||
include::contract.adoc[]
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user