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 c11b0b5 commit 37533b7Copy full SHA for 37533b7
README.adoc
@@ -905,7 +905,7 @@ class MyClient{
905
);
906
907
Channel authenticatedChannel = ClientInterceptors.intercept(
908
- ManagedChannelBuilder.forAddress("host", 6565), clientInterceptor <2>
+ ManagedChannelBuilder.forAddress("host", 6565).build(), clientInterceptor <2>
909
910
// use authenticatedChannel to invoke GRPC service
911
}
0 commit comments