Uses of Interface
io.github.ravocode.avoonce.core.hash.RequestHasher
Packages that use RequestHasher
-
Uses of RequestHasher in io.github.ravocode.avoonce.core
Constructors in io.github.ravocode.avoonce.core with parameters of type RequestHasherModifierConstructorDescriptionIdempotencyManager(IdempotencyRepository repository, RequestHasher hasher) Constructs anIdempotencyManagerwith a customRequestHasher. -
Uses of RequestHasher in io.github.ravocode.avoonce.core.hash
Classes in io.github.ravocode.avoonce.core.hash that implement RequestHasherModifier and TypeClassDescriptionclassDefaultRequestHasherthat produces a lowercase hex-encoded SHA-256 digest.