Uses of Class
io.grpc.SynchronizationContext
Packages that use SynchronizationContext
-
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)