Package | Description |
---|---|
io.grpc |
The gRPC core public API.
|
io.grpc.internal |
Interfaces and implementations that are internal to gRPC.
|
Modifier and Type | Method and Description |
---|---|
abstract void |
LoadBalancer.handleResolvedAddressGroups(List<EquivalentAddressGroup> servers,
Attributes attributes)
Handles newly resolved server groups and metadata attributes from name resolution system.
|
void |
NameResolver.Listener.onAddresses(List<EquivalentAddressGroup> servers,
Attributes attributes)
Handles updates on resolved addresses and attributes.
|
Modifier and Type | Field and Description |
---|---|
static Attributes.Key<Map<String,Object>> |
GrpcAttributes.NAME_RESOLVER_SERVICE_CONFIG
Attribute key for service config.
|
Copyright © 2018. All rights reserved.