Uses of Record Class
com.loomcache.server.handler.IdempotencyManager.IdempotencyKey
Packages that use IdempotencyManager.IdempotencyKey
-
Uses of IdempotencyManager.IdempotencyKey in com.loomcache.server.handler
Methods in com.loomcache.server.handler that return IdempotencyManager.IdempotencyKeyModifier and TypeMethodDescriptionIdempotencyManager.CachedResponse.key()Returns the value of thekeyrecord component.Methods in com.loomcache.server.handler with parameters of type IdempotencyManager.IdempotencyKeyModifier and TypeMethodDescriptionIdempotencyManager.deduplicate(IdempotencyManager.IdempotencyKey key, Supplier<Message> supplier) Deduplicates a request.IdempotencyManager.deduplicate(IdempotencyManager.IdempotencyKey key, Supplier<Message> supplier, Predicate<Exception> retainPendingOnException) IdempotencyManager.deduplicate(IdempotencyManager.IdempotencyKey key, Supplier<Message> supplier, Predicate<Exception> retainPendingOnException, boolean cpOperation) @Nullable MessageIdempotencyManager.peekCompleted(IdempotencyManager.IdempotencyKey key) Returns a copy of the live cached response for the key, ornullif no completed response is currently available.voidIdempotencyManager.recordCompleted(IdempotencyManager.IdempotencyKey key, Message response) Record a completed idempotent response without executing the supplier again.voidIdempotencyManager.recordCompleted(IdempotencyManager.IdempotencyKey key, Message response, boolean cpOperation) Constructors in com.loomcache.server.handler with parameters of type IdempotencyManager.IdempotencyKeyModifierConstructorDescriptionCachedResponse(IdempotencyManager.IdempotencyKey key, Message response, long completedAt, long expiresAt, boolean cpOperation) Creates an instance of aCachedResponserecord class.