endpoints property

Map<String, WireGroupEndpoint> endpoints
final

A map that contains the logical endpoints of the wire group. Specify key-value pairs for the map as follows:

  • Key: an RFC1035 user-specified label.
  • Value: an Endpoint object.

Implementation

final Map<String, WireGroupEndpoint> endpoints;