Skip to content

Commit 9e6e60e

Browse files
committed
TCP Doc Polishing
1 parent c3f8c4a commit 9e6e60e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/reference/asciidoc/ip.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -723,6 +723,8 @@ In this case, the connection factory must be of type `client` and must have `sin
723723
Two additional attributes support this mechanism. `retry-interval` specifies (in milliseconds) how often the framework attempts to reconnect after a connection failure.
724724
`scheduler` supplies a `TaskScheduler` to schedule the connection attempts and to test that the connection is still active.
725725

726+
If you don't provide a scheduler, the framework's default <<namespace-taskscheduler, taskScheduler>> bean is used.
727+
726728
For an outbound adapter, the connection is normally established when the first message is sent.
727729
`client-mode="true"` on an outbound adapter causes the connection to be established when the adapter is started.
728730
By default, adapters are automatically started.

0 commit comments

Comments
 (0)