Uses of Interface
io.grpc.ServiceProviders.PriorityAccessor
Packages that use ServiceProviders.PriorityAccessor
-
Uses of ServiceProviders.PriorityAccessor in io.grpc
Subinterfaces of ServiceProviders.PriorityAccessor in io.grpcModifier and TypeInterfaceDescriptionstatic interface
Classes in io.grpc that implement ServiceProviders.PriorityAccessorModifier and TypeClassDescriptionprivate static final class
private static final class
private static final class
private static final class
Methods in io.grpc with parameters of type ServiceProviders.PriorityAccessorModifier and TypeMethodDescriptionstatic <T> T
ServiceProviders.load
(Class<T> klass, Iterable<Class<?>> hardcoded, ClassLoader cl, ServiceProviders.PriorityAccessor<T> priorityAccessor) If this is not Android, returns the highest priority implementation of the class viaServiceLoader
.static <T> List
<T> ServiceProviders.loadAll
(Class<T> klass, Iterable<Class<?>> hardcoded, ClassLoader cl, ServiceProviders.PriorityAccessor<T> priorityAccessor) If this is not Android, returns all available implementations discovered viaServiceLoader
.