-
public final class CachedRequestEntity
-
-
Field Summary
Fields Modifier and Type Field Description private final Longidprivate final Stringmethodprivate final Stringrouteprivate final ByteArraypayloadprivate final BooleanisCompressedprivate final IntegerretryCountprivate final LongcreatedAtMsprivate final Integerstateprivate final LonglockedAtMs
-
Method Summary
Modifier and Type Method Description final LonggetId()final StringgetMethod()final StringgetRoute()final ByteArraygetPayload()final BooleangetIsCompressed()final IntegergetRetryCount()final LonggetCreatedAtMs()final IntegergetState()final LonggetLockedAtMs()-
-
Method Detail
-
getPayload
final ByteArray getPayload()
-
getIsCompressed
final Boolean getIsCompressed()
-
getRetryCount
final Integer getRetryCount()
-
getCreatedAtMs
final Long getCreatedAtMs()
-
getLockedAtMs
final Long getLockedAtMs()
-
-
-
-