Added Integration and Stream docs

This commit is contained in:
Marcin Grzejszczak
2016-04-24 08:58:20 +02:00
parent b11e8905f8
commit a46391ee38
7 changed files with 437 additions and 1 deletions

View File

@@ -34,6 +34,7 @@ The `accurest-messaging-core` module contains 3 main interfaces:
- AccurestMessage - describes a message received / sent to a channel / queue / topic etc.
- AccurestMessageBuilder - describes how to build a message
- AccurestMessaging - class that allows you to build, send and receive messages
- AccurestFilter - interface to filter out the messages that do not follow the pattern from the DSL
In the generated test the `AccurestMessaging` is injected via `@Inject` annotation thus you can use other injection
frameworks than Spring.

View File

@@ -50,4 +50,8 @@ include::../../../../stub-runner/stub-runner/src/main/groovy/io/codearte/accures
For convenience the `StubFinder` interface extends `StubTrigger` so it's enough to use only one in your tests.
include::../../../../stub-runner/stub-runner-messaging/stub-runner-messaging-camel/README.adoc[]
include::../../../../stub-runner/stub-runner-messaging/stub-runner-messaging-camel/README.adoc[]
include::../../../../stub-runner/stub-runner-messaging/stub-runner-messaging-integration/README.adoc[]
include::../../../../stub-runner/stub-runner-messaging/stub-runner-messaging-stream/README.adoc[]