Uses of Enum Class
io.github.ravocode.avoonce.core.domain.IdempotencyStatus
Packages that use IdempotencyStatus
-
Uses of IdempotencyStatus in io.github.ravocode.avoonce.core.domain
Subclasses with type arguments of type IdempotencyStatus in io.github.ravocode.avoonce.core.domainModifier and TypeClassDescriptionenumRepresents the lifecycle state of an idempotency request.Methods in io.github.ravocode.avoonce.core.domain that return IdempotencyStatusModifier and TypeMethodDescriptionIdempotencyRecord.getStatus()Returns the current lifecycle status of this record.static IdempotencyStatusReturns the enum constant of this class with the specified name.static IdempotencyStatus[]IdempotencyStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in io.github.ravocode.avoonce.core.domain with parameters of type IdempotencyStatusModifierConstructorDescriptionIdempotencyRecord(String idempotencyKey, IdempotencyStatus status, IdempotencyResponse response, Long expiresAt) Constructs anIdempotencyRecordwithout a request hash (hash validation disabled).IdempotencyRecord(String idempotencyKey, IdempotencyStatus status, IdempotencyResponse response, Long expiresAt, String requestHash) Constructs anIdempotencyRecordwith full fields including a request hash.