Uses of Enum Class
org.zalando.riptide.idempotency.Decision
-
Uses of Decision in org.zalando.riptide.idempotency
Methods in org.zalando.riptide.idempotency that return DecisionModifier and TypeMethodDescriptionConditionalIdempotencyDetector.test(RequestArguments arguments, IdempotencyDetector.Test root) DefaultIdempotencyDetector.test(RequestArguments arguments, IdempotencyDetector.Test root) ExplicitIdempotencyDetector.test(RequestArguments arguments, IdempotencyDetector.Test root) IdempotencyDetector.test(RequestArguments arguments, IdempotencyDetector.Test root) IdempotencyDetector.Test.test(RequestArguments arguments) IdempotencyKeyIdempotencyDetector.test(RequestArguments arguments, IdempotencyDetector.Test root) MethodOverrideIdempotencyDetector.test(RequestArguments arguments, IdempotencyDetector.Test root) static DecisionReturns the enum constant of this class with the specified name.static Decision[]Decision.values()Returns an array containing the constants of this enum class, in the order they are declared.