Uses of Class
io.grpc.SynchronizationContext
Packages that use SynchronizationContext
Package
Description
The gRPC core public API.
Utilities with advanced features in the core layer that user can optionally use.
-
Uses of SynchronizationContext in io.grpc
Methods in io.grpc that return SynchronizationContextModifier and TypeMethodDescriptionLoadBalancer.Helper.getSynchronizationContext()Returns aSynchronizationContextthat runs tasks in the same Synchronization Context as that the callback methods on theLoadBalancerinterface are run in.NameResolver.Args.getSynchronizationContext()Returns theSynchronizationContextwhereNameResolver.start(Listener2),NameResolver.shutdown()andNameResolver.refresh()are run from.Methods in io.grpc with parameters of type SynchronizationContextModifier and TypeMethodDescriptionNameResolver.Args.Builder.setSynchronizationContext(SynchronizationContext syncContext) -
Uses of SynchronizationContext in io.grpc.util
Methods in io.grpc.util that return SynchronizationContext