Package org.zalando.riptide.idempotency
Interface IdempotencyDetector
- All Known Implementing Classes:
ConditionalIdempotencyDetector,DefaultIdempotencyDetector,ExplicitIdempotencyDetector,IdempotencyKeyIdempotencyDetector,MethodOverrideIdempotencyDetector
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptiontest(RequestArguments arguments, IdempotencyDetector.Test root)
-
Method Details
-
test
-