Class DeadLetterQueue.FailedEntry<K>
java.lang.Object
cloud.opencode.base.cache.dlq.DeadLetterQueue.FailedEntry<K>
- Type Parameters:
K- key type | 键类型
- Enclosing class:
DeadLetterQueue<K>
Failed entry record
失败条目记录
- Since:
- JDK 25, opencode-base-cache V2.0.5
- Author:
- Leon Soo www.LeonSoo.com
-
Method Summary
Modifier and TypeMethodDescriptionintfailureCount | failureCountfirstFailure | firstFailurekey()key | keylastError | lastErrorlastFailure | lastFailurenextRetryTime | nextRetryTimeintretryCount | retryCount
-
Method Details
-
key
-
firstFailure
-
lastFailure
-
lastError
-
failureCount
public int failureCount()failureCount | failureCount- Returns:
- the result | 结果
-
retryCount
public int retryCount()retryCount | retryCount- Returns:
- the result | 结果
-
nextRetryTime
-