From 3f6d20561535f2e4a1f00e2260fb2268ce98b0fa Mon Sep 17 00:00:00 2001 From: Artem Bilan Date: Mon, 20 Sep 2021 11:10:50 -0400 Subject: [PATCH] Fix link in the `channel-adapter.adoc` --- src/reference/asciidoc/channel-adapter.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/reference/asciidoc/channel-adapter.adoc b/src/reference/asciidoc/channel-adapter.adoc index 016e2671ef..eed2c03b98 100644 --- a/src/reference/asciidoc/channel-adapter.adoc +++ b/src/reference/asciidoc/channel-adapter.adoc @@ -125,7 +125,7 @@ However, if you are sure that your method can return null and you need to poll f Starting with version 5.5, a `0` value for `max-messages-per-poll` has a special meaning - skip the `MessageSource.receive()` call altogether, which may be considered as pausing for this inbound channel adapter until the `maxMessagesPerPoll` is changed to a non-zero value at a later time, e.g. via a Control Bus. -Also see <<./endpoint.adoc#global-default-poller>> for more information. +Also see <<./endpoint.adoc#global-default-poller,Global Default Poller>> for more information. ===== [[channel-adapter-namespace-outbound]]