- java.lang.Object
-
- io.grpc.util.SecretRoundRobinLoadBalancerProvider
-
public class SecretRoundRobinLoadBalancerProvider extends Object
A dummy class to allow the re-packaging of grpc-java with a module-info.java file to work.This file will be replaced by the real implementation from grpc-java as part of the re-packaging process.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSecretRoundRobinLoadBalancerProvider.ProviderA dummyLoadBalancerProviderimplementation to allow the provides statement to be added to the module-info file.
-
Constructor Summary
Constructors Constructor Description SecretRoundRobinLoadBalancerProvider()
-