Class PutResult

java.lang.Object
at.aimon.session.web.spi.PutResult

public final class PutResult extends Object
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.