Class Attrs

java.lang.Object
com.netflix.zuul.Attrs

public final class Attrs extends Object
A heterogeneous map of attributes.

Implementation Note: this class is not a proper Map or Collection, in order to encourage callers to refer to the keys by their literal name. In the past, finding where a Key was used was difficult, so this class is somewhat of an experiment to try to make tracking down usage easier. If it becomes too onerous to use this, consider making this class extend AbstractMap.