| Package | Description |
|---|---|
| org.zalando.riptide |
| Modifier and Type | Field and Description |
|---|---|
static Attribute<Boolean> |
Attributes.IDEMPOTENT
Allows to override idempotency detection from a call site by specifying
the attribute.
|
static Attribute<Integer> |
Attributes.RETRIES
A number identifying how often this has been attempted already.
|
static Attribute<Supplier<StackTraceElement[]>> |
OriginalStackTracePlugin.STACK
Attribute that allows to access the original stack trace, i.e. |
| Modifier and Type | Method and Description |
|---|---|
static <T> Attribute<T> |
Attribute.generate() |
| Modifier and Type | Method and Description |
|---|---|
abstract <T> AttributeStage |
AttributeStage.attribute(Attribute<T> attribute,
T value) |
<T> Optional<T> |
RequestArguments.getAttribute(Attribute<T> attribute) |
<T> RequestArguments |
RequestArguments.withAttribute(Attribute<T> attribute,
T value) |
Copyright © 2015–2020 Zalando SE. All rights reserved.