Interface TtlTimeProvider
-
public interface TtlTimeProvider
Provides time to TTL logic to judge about state expiration.
-
-
Field Summary
Fields Modifier and Type Field Description static TtlTimeProvider
DEFAULT
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description long
currentTimestamp()
-
-
-
Field Detail
-
DEFAULT
static final TtlTimeProvider DEFAULT
-
-