Skip to content

Commit 2dd4b9e

Browse files
onobcdsyer
authored andcommitted
Adjust verbiage
Signed-off-by: Chris Bono <[email protected]>
1 parent 87b2ec9 commit 2dd4b9e

File tree

1 file changed

+3
-2
lines changed
  • spring-grpc-docs/src/main/antora/modules/ROOT/pages

1 file changed

+3
-2
lines changed

spring-grpc-docs/src/main/antora/modules/ROOT/pages/client.adoc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,10 +133,11 @@ dependencies {
133133

134134
[[in-process-channel]]
135135
== InProcess Channel
136-
You can communicate with an link:server.adoc#in-process-server[in-process server factory] (i.e. not listening on a network port) by including the `io.grpc.grpc-inprocess` dependency on your classpath.
136+
You can communicate with an link:server.adoc#in-process-server[in-process server] (i.e. not listening on a network port) by including the `io.grpc.grpc-inprocess` dependency on your classpath.
137137

138138
In this mode, the in-process channel factory is auto-configured in *addition* to the regular channel factories (e.g. Netty).
139-
However, to prevent users from having to deal with multiple channel factory, a composite channel factory has been introduced which consults its composed factories to find the first one that supports the channel target.
139+
However, to prevent users from having to deal with multiple channel factories, a composite channel factory is configured as the primary channel factory bean.
140+
The composite consults its composed factories to find the first one that supports the channel target.
140141

141142
NOTE: To use the inprocess server the channel target must be set to `in-process://<in-process-name>`
142143

0 commit comments

Comments
 (0)