Uses of Annotation Interface
io.grpc.EquivalentAddressGroup.Attr
Packages that use EquivalentAddressGroup.Attr
-
Uses of EquivalentAddressGroup.Attr in io.grpc
Fields in io.grpc with annotations of type EquivalentAddressGroup.AttrModifier and TypeFieldDescriptionstatic final Attributes.Key<String>EquivalentAddressGroup.ATTR_AUTHORITY_OVERRIDEThe authority to be used when constructing Subchannels for this EquivalentAddressGroup.Methods in io.grpc with annotations of type EquivalentAddressGroup.AttrConstructor parameters in io.grpc with annotations of type EquivalentAddressGroup.AttrModifierConstructorDescriptionEquivalentAddressGroup(SocketAddress addr, Attributes attrs) Singleton constructor with Attributes.EquivalentAddressGroup(List<SocketAddress> addrs, Attributes attrs) List constructor withAttributes.