Package org.zalando.riptide
Class Attributes
java.lang.Object
org.zalando.riptide.Attributes
-
Field Summary
Fields -
Method Summary
-
Field Details
-
RETRIES
A number identifying how often this has been attempted already. For the initial request thisattributewill be absent. Upon the first retry (second attempt) it will be set to1. -
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.
-