Fixed typo in docs (#1287)
This commit is contained in:
committed by
Marcin Grzejszczak
parent
67119e62f6
commit
a98544b216
@@ -438,7 +438,7 @@ include::{tests_path}/spring-cloud-contract-stub-runner-camel/src/test/groovy/or
|
||||
[[features-messaging-stub-runner-camel-scenario1]]
|
||||
===== Scenario 1 (No Input Message)
|
||||
|
||||
To trigger a message from the `return_book_1` label, we use the `StubTigger` interface, as follows:
|
||||
To trigger a message from the `return_book_1` label, we use the `StubTrigger` interface, as follows:
|
||||
|
||||
====
|
||||
[source,groovy]
|
||||
@@ -601,7 +601,7 @@ These examples lend themselves to three scenarios:
|
||||
[[features-messaging-stub-runner-integration-scenario1]]
|
||||
===== Scenario 1 (No Input Message)
|
||||
|
||||
To trigger a message from the `return_book_1` label, use the `StubTigger` interface, as
|
||||
To trigger a message from the `return_book_1` label, use the `StubTrigger` interface, as
|
||||
follows:
|
||||
|
||||
====
|
||||
@@ -1084,7 +1084,7 @@ include::{tests_path}/spring-cloud-contract-stub-runner-jms/src/test/groovy/org/
|
||||
[[features-messaging-stub-runner-jms-scenario1]]
|
||||
===== Scenario 1 (No Input Message)
|
||||
|
||||
To trigger a message from the `return_book_1` label, we use the `StubTigger` interface, as follows:
|
||||
To trigger a message from the `return_book_1` label, we use the `StubTrigger` interface, as follows:
|
||||
|
||||
====
|
||||
[source,groovy]
|
||||
@@ -1230,7 +1230,7 @@ include::{tests_path}/spring-cloud-contract-stub-runner-kafka/src/test/groovy/or
|
||||
[[features-messaging-stub-runner-kafka-scenario1]]
|
||||
===== Scenario 1 (No Input Message)
|
||||
|
||||
To trigger a message from the `return_book_1` label, we use the `StubTigger` interface, as follows:
|
||||
To trigger a message from the `return_book_1` label, we use the `StubTrigger` interface, as follows:
|
||||
|
||||
====
|
||||
[source,groovy]
|
||||
@@ -1297,4 +1297,4 @@ Since the route is set for you, you can send a message to the `{output_name}` de
|
||||
----
|
||||
include::{tests_path}/spring-cloud-contract-stub-runner-kafka/src/test/groovy/org/springframework/cloud/contract/stubrunner/messaging/kafka/KafkaStubRunnerSpec.groovy[tags=trigger_no_output,indent=0]
|
||||
----
|
||||
====
|
||||
====
|
||||
|
||||
Reference in New Issue
Block a user