Skip to content

Commit 1951d52

Browse files
committed
Fix java-dsl-gateway double usage in Docs
1 parent 6115357 commit 1951d52

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/reference/asciidoc/dsl.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1257,7 +1257,7 @@ In this case, the message handler for the first flow can be referenced with bean
12571257

12581258
NOTE: An `id` attribute is required when you usE `useFlowIdAsPrefix()`.
12591259

1260-
[[java-dsl-gateway]]
1260+
[[integration-flow-as-gateway]]
12611261
=== `IntegrationFlow` as a Gateway
12621262

12631263
The `IntegrationFlow` can start from the service interface that provides a `GatewayProxyFactoryBean` component, as the following example shows:

src/reference/asciidoc/gateway.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -867,4 +867,4 @@ At that time, the calling thread starts waiting for the reply.
867867
If the flow was completely synchronous, the reply is immediately available.
868868
For asynchronous flows, the thread waits for up to this time.
869869

870-
See <<./dsl.adoc#java-dsl-gateway,`IntegrationFlow` as Gateway>> in the Java DSL chapter for options to define gateways through `IntegrationFlows`.
870+
See <<./dsl.adoc#integration-flow-as-gateway,`IntegrationFlow` as Gateway>> in the Java DSL chapter for options to define gateways through `IntegrationFlows`.

src/reference/asciidoc/rsocket.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,4 +343,4 @@ public IntegrationFlow rsocketUpperCaseRequestFlow(ClientRSocketConnector client
343343
----
344344
====
345345

346-
See <<./dsl.adoc#java-dsl-gateway,`IntegrationFlow` as a Gateway>> for more information how to use a mentioned `Function` interface in the beginning of the flow above.
346+
See <<./dsl.adoc#integration-flow-as-gateway,`IntegrationFlow` as a Gateway>> for more information how to use a mentioned `Function` interface in the beginning of the flow above.

0 commit comments

Comments
 (0)