Package at.aimon.session.web.spi
Class PutResult
java.lang.Object
at.aimon.session.web.spi.PutResult
Result of
IdempotencyStore.putIfAbsent(String, IdempotencyEntry, java.time.Duration).
Either PutResult.Kind.INSERTED (the entry was new) or PutResult.Kind.EXISTING (an entry was already present and is
carried in getCurrent()). Built via factories per the project's "prefer class over record" convention.
-
Method Details
-
inserted
-
existing
-
getKind
-
getCurrent
-