Modifier and Type | Method and Description |
---|---|
SynchronizationContext |
LoadBalancer.Helper.getSynchronizationContext()
Returns a
SynchronizationContext that runs tasks in the same Synchronization Context
as that the callback methods on the LoadBalancer interface are run in. |
SynchronizationContext |
NameResolver.Helper.getSynchronizationContext()
Deprecated.
Returns the
SynchronizationContext where NameResolver.start(Listener2) , NameResolver.shutdown()
and NameResolver.refresh() are run from. |
SynchronizationContext |
NameResolver.Args.getSynchronizationContext()
Returns the
SynchronizationContext where NameResolver.start(Listener2) , NameResolver.shutdown()
and NameResolver.refresh() are run from. |
Modifier and Type | Method and Description |
---|---|
NameResolver.Args.Builder |
NameResolver.Args.Builder.setSynchronizationContext(SynchronizationContext syncContext)
|