We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent daddd3c commit c2a7596Copy full SHA for c2a7596
1 file changed
binder/src/main/java/io/grpc/binder/BinderChannelBuilder.java
@@ -305,6 +305,7 @@ public BinderChannelBuilder strictLifecycleManagement() {
305
* Clients that require a particular behavior should configure it explicitly using this method
306
* rather than relying on the default.
307
*/
308
+ @ExperimentalApi("https://github.com/grpc/grpc-java/issues/00000")
309
public BinderChannelBuilder preAuthorizeServers(boolean preAuthorize) {
310
transportFactoryBuilder.setPreAuthorizeServers(preAuthorize);
311
return this;
0 commit comments