Uses of Class
io.grpc.SynchronizationContext
-
-
Uses of SynchronizationContext in io.grpc
Methods in io.grpc that return SynchronizationContext Modifier and Type Method Description SynchronizationContextLoadBalancer.Helper. getSynchronizationContext()Returns aSynchronizationContextthat runs tasks in the same Synchronization Context as that the callback methods on theLoadBalancerinterface are run in.SynchronizationContextNameResolver.Args. getSynchronizationContext()Returns theSynchronizationContextwhereNameResolver.start(Listener2),NameResolver.shutdown()andNameResolver.refresh()are run from.Methods in io.grpc with parameters of type SynchronizationContext Modifier and Type Method Description NameResolver.Args.BuilderNameResolver.Args.Builder. setSynchronizationContext(SynchronizationContext syncContext)
-