Skip to content

Commit

Permalink
~ note about reconnects
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinherron committed Sep 26, 2024
1 parent dd09249 commit 4096601
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,9 @@ public interface ConnectionListener {

/**
* Callback invoked when the transport has disconnected.
*
* <p> Note that implementations do not need to initiate a reconnect, as this is handled
* automatically by {@link NettyTcpClientTransport}.
*/
void onConnectionLost();

Expand Down

0 comments on commit 4096601

Please sign in to comment.