Class Attributes

java.lang.Object
org.zalando.riptide.Attributes

@API(status=EXPERIMENTAL) public final class Attributes extends Object
  • Field Details

    • RETRIES

      public static final Attribute<Integer> RETRIES
      A number identifying how often this has been attempted already. For the initial request this attribute will be absent. Upon the first retry (second attempt) it will be set to 1.
    • IDEMPOTENT

      public static final Attribute<Boolean> IDEMPOTENT
      Allows to override idempotency detection from a call site by specifying the attribute. This might be useful in situation where the caller knows that a certain operation is idempotent, but it's undetectable using other means.
      See Also: