Class EndpointHints

    • Constructor Detail

      • EndpointHints

        public EndpointHints()
        No args constructor for use in serialization
    • Method Detail

      • getForNodes

        public List<ForNode> getForNodes()
        forNodes indicates the node(s) this endpoint should be consumed by when using topology aware routing. May contain a maximum of 8 entries.
      • setForNodes

        public void setForNodes​(List<ForNode> forNodes)
        forNodes indicates the node(s) this endpoint should be consumed by when using topology aware routing. May contain a maximum of 8 entries.
      • getForZones

        public List<ForZone> getForZones()
        forZones indicates the zone(s) this endpoint should be consumed by when using topology aware routing. May contain a maximum of 8 entries.
      • setForZones

        public void setForZones​(List<ForZone> forZones)
        forZones indicates the zone(s) this endpoint should be consumed by when using topology aware routing. May contain a maximum of 8 entries.
      • getAdditionalProperties

        public Map<String,​Object> getAdditionalProperties()
      • setAdditionalProperty

        public void setAdditionalProperty​(String name,
                                          Object value)
      • setAdditionalProperties

        public void setAdditionalProperties​(Map<String,​Object> additionalProperties)