| Package | Description |
|---|---|
| io.grpc |
The gRPC core public API.
|
| Modifier and Type | Method and Description |
|---|---|
ResolvedServerInfoGroup |
ResolvedServerInfoGroup.Builder.build()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LoadBalancer.handleResolvedAddresses(List<ResolvedServerInfoGroup> servers,
Attributes attributes)
Deprecated.
Implement
LoadBalancer.handleResolvedAddressGroups(java.util.List<io.grpc.EquivalentAddressGroup>, io.grpc.Attributes) instead. As it is deprecated, the
ResolvedServerInfos from the passed-in ResolvedServerInfoGroups
lose all their attributes. |
void |
NameResolver.Listener.onUpdate(List<ResolvedServerInfoGroup> servers,
Attributes attributes)
|