mirror of https://github.com/grpc/grpc-java.git
grpclb: Make ATTR_LB_ADDRS public (#7230)
This commit is contained in:
parent
4edbe245f1
commit
24731102c6
|
|
@ -45,7 +45,7 @@ public final class GrpclbConstants {
|
||||||
/**
|
/**
|
||||||
* Attribute key for gRPC LB server addresses.
|
* Attribute key for gRPC LB server addresses.
|
||||||
*/
|
*/
|
||||||
static final Attributes.Key<List<EquivalentAddressGroup>> ATTR_LB_ADDRS =
|
public static final Attributes.Key<List<EquivalentAddressGroup>> ATTR_LB_ADDRS =
|
||||||
Attributes.Key.create("io.grpc.grpclb.lbAddrs");
|
Attributes.Key.create("io.grpc.grpclb.lbAddrs");
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue