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 interfaceInternalServiceProviders.PriorityAccessor<T>Classes in io.grpc that implement ServiceProviders.PriorityAccessor Modifier and Type Class Description private static classLoadBalancerRegistry.LoadBalancerPriorityAccessorprivate static classManagedChannelRegistry.ManagedChannelPriorityAccessorprivate static classNameResolverRegistry.NameResolverPriorityAccessorprivate static classServerRegistry.ServerPriorityAccessorMethods in io.grpc with parameters of type ServiceProviders.PriorityAccessor Modifier and Type Method Description static <T> TServiceProviders. 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.
-