File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
spring-grpc-core/src/main/java/org/springframework/grpc/client
spring-grpc-docs/src/main/antora/modules/ROOT/pages Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ public DefaultGrpcChannelFactory(List<GrpcChannelBuilderCustomizer<T>> globalCus
7272
7373 /**
7474 * Whether this factory supports the given target string. The target can be either a
75- * valid nameresolver-compliant URI, an authority string as described in
75+ * valid nameresolver-compliant URI or an authority string as described in
7676 * {@link Grpc#newChannelBuilder(String, ChannelCredentials)}.
7777 * @param target the target string as described in method javadocs
7878 * @return true unless the target begins with 'in-process:'
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ public interface GrpcChannelFactory {
3131
3232 /**
3333 * Whether this factory supports the given target string. The target can be either a
34- * valid nameresolver-compliant URI, an authority string as described in
34+ * valid nameresolver-compliant URI or an authority string as described in
3535 * {@link Grpc#newChannelBuilder(String, ChannelCredentials)}.
3636 * @param target the target string as described in method javadocs
3737 * @return whether this factory supports the given target string
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ public InProcessGrpcChannelFactory(List<GrpcChannelBuilderCustomizer<InProcessCh
4444
4545 /**
4646 * Whether this factory supports the given target string. The target can be either a
47- * valid nameresolver-compliant URI, an authority string as described in
47+ * valid nameresolver-compliant URI or an authority string as described in
4848 * {@link Grpc#newChannelBuilder(String, ChannelCredentials)}.
4949 * @param target the target string as described in method javadocs
5050 * @return true if the target begins with 'in-process:'
Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ You can run an in-process server (i.e. not listening on a network port) by inclu
9999
100100In this mode, the in-process server factory is auto-configured in *addition* to the regular server factory (e.g. Netty).
101101
102- NOTE: To use the inprocess server the channel target must be set to `in-process:// <in-process-name>`
102+ NOTE: To use the inprocess server the channel target must be set to `in-process:<in-process-name>`
103103
104104
105105[[server-interceptor]]
You can’t perform that action at this time.
0 commit comments