Fix link in the channel-adapter.adoc

This commit is contained in:
Artem Bilan
2021-09-20 11:10:50 -04:00
parent b92d52fe74
commit 3f6d205615

View File

@@ -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]]