Uses of Class
io.grpc.EquivalentAddressGroup.Attr
-
-
Uses of EquivalentAddressGroup.Attr in io.grpc
Fields in io.grpc with annotations of type EquivalentAddressGroup.Attr Modifier and Type Field Description static Attributes.Key<String>
EquivalentAddressGroup. ATTR_AUTHORITY_OVERRIDE
The authority to be used when constructing Subchannels for this EquivalentAddressGroup.Methods in io.grpc with annotations of type EquivalentAddressGroup.Attr Modifier and Type Method Description Attributes
EquivalentAddressGroup. getAttributes()
Returns the attributes.Constructor parameters in io.grpc with annotations of type EquivalentAddressGroup.Attr Constructor Description EquivalentAddressGroup(SocketAddress addr, Attributes attrs)
Singleton constructor with Attributes.EquivalentAddressGroup(List<SocketAddress> addrs, Attributes attrs)
List constructor withAttributes
.
-