We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e760996 commit 66256d2Copy full SHA for 66256d2
docs/reference/modules/transport.asciidoc
@@ -5,7 +5,8 @@ The transport module is used for internal communication between nodes
5
within the cluster. Each call that goes from one node to the other uses
6
the transport module (for example, when an HTTP GET request is processed
7
by one node, and should actually be processed by another node that holds
8
-the data).
+the data). The transport module is also used for the `TransportClient` in the
9
+{es} Java API.
10
11
The transport mechanism is completely asynchronous in nature, meaning
12
that there is no blocking thread waiting for a response. The benefit of
0 commit comments