From 1951d5230cc0f2fe1283b3048f3a9e100537c3c2 Mon Sep 17 00:00:00 2001 From: Artem Bilan Date: Tue, 27 Jul 2021 15:19:36 -0400 Subject: [PATCH] Fix `java-dsl-gateway` double usage in Docs --- src/reference/asciidoc/dsl.adoc | 2 +- src/reference/asciidoc/gateway.adoc | 2 +- src/reference/asciidoc/rsocket.adoc | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/reference/asciidoc/dsl.adoc b/src/reference/asciidoc/dsl.adoc index 78e087e2fe..8705c04f3a 100644 --- a/src/reference/asciidoc/dsl.adoc +++ b/src/reference/asciidoc/dsl.adoc @@ -1257,7 +1257,7 @@ In this case, the message handler for the first flow can be referenced with bean NOTE: An `id` attribute is required when you usE `useFlowIdAsPrefix()`. -[[java-dsl-gateway]] +[[integration-flow-as-gateway]] === `IntegrationFlow` as a Gateway The `IntegrationFlow` can start from the service interface that provides a `GatewayProxyFactoryBean` component, as the following example shows: diff --git a/src/reference/asciidoc/gateway.adoc b/src/reference/asciidoc/gateway.adoc index 7c77c64b24..e1ce605daa 100644 --- a/src/reference/asciidoc/gateway.adoc +++ b/src/reference/asciidoc/gateway.adoc @@ -867,4 +867,4 @@ At that time, the calling thread starts waiting for the reply. If the flow was completely synchronous, the reply is immediately available. For asynchronous flows, the thread waits for up to this time. -See <<./dsl.adoc#java-dsl-gateway,`IntegrationFlow` as Gateway>> in the Java DSL chapter for options to define gateways through `IntegrationFlows`. +See <<./dsl.adoc#integration-flow-as-gateway,`IntegrationFlow` as Gateway>> in the Java DSL chapter for options to define gateways through `IntegrationFlows`. diff --git a/src/reference/asciidoc/rsocket.adoc b/src/reference/asciidoc/rsocket.adoc index 5eb3b65f47..84c1d7d94c 100644 --- a/src/reference/asciidoc/rsocket.adoc +++ b/src/reference/asciidoc/rsocket.adoc @@ -343,4 +343,4 @@ public IntegrationFlow rsocketUpperCaseRequestFlow(ClientRSocketConnector client ---- ==== -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. +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.