Uses of Interface
org.zalando.riptide.Attribute
-
Uses of Attribute in org.zalando.riptide
Fields in org.zalando.riptide declared as AttributeModifier and TypeFieldDescriptionAttributes.IDEMPOTENTAllows to override idempotency detection from a call site by specifying the attribute.Attributes.RETRIESA number identifying how often this has been attempted already.static final Attribute<Supplier<StackTraceElement[]>>OriginalStackTracePlugin.STACKAttributethat allows to access the original stack trace, i.e.Methods in org.zalando.riptide that return AttributeMethods in org.zalando.riptide with parameters of type AttributeModifier and TypeMethodDescriptionabstract <T> AttributeStage<T> Optional<T>RequestArguments.getAttribute(Attribute<T> attribute) <T> RequestArgumentsRequestArguments.withAttribute(Attribute<T> attribute, T value)