Uses of Interface
io.grpc.ServiceProviders.PriorityAccessor
-
Packages that use ServiceProviders.PriorityAccessor Package Description io.grpc The gRPC core public API. -
-
Uses of ServiceProviders.PriorityAccessor in io.grpc
Subinterfaces of ServiceProviders.PriorityAccessor in io.grpc Modifier and Type Interface Description static interface
InternalServiceProviders.PriorityAccessor<T>
Classes in io.grpc that implement ServiceProviders.PriorityAccessor Modifier and Type Class Description private static class
LoadBalancerRegistry.LoadBalancerPriorityAccessor
private static class
ManagedChannelRegistry.ManagedChannelPriorityAccessor
private static class
NameResolverRegistry.NameResolverPriorityAccessor
private static class
ServerRegistry.ServerPriorityAccessor
Methods in io.grpc with parameters of type ServiceProviders.PriorityAccessor Modifier and Type Method Description static <T> T
ServiceProviders. load(java.lang.Class<T> klass, java.lang.Iterable<java.lang.Class<?>> hardcoded, java.lang.ClassLoader cl, ServiceProviders.PriorityAccessor<T> priorityAccessor)
If this is not Android, returns the highest priority implementation of the class viaServiceLoader
.static <T> java.util.List<T>
ServiceProviders. loadAll(java.lang.Class<T> klass, java.lang.Iterable<java.lang.Class<?>> hardcoded, java.lang.ClassLoader cl, ServiceProviders.PriorityAccessor<T> priorityAccessor)
If this is not Android, returns all available implementations discovered viaServiceLoader
.
-