ExpirationMapValue
@ApiStatus.Experimental
@ApiStatus.AvailableSince(value = "5.0.0")
A representation of a value in an ExpirationMap. This element holds the value itself, the startTime, the expireIn time from the startTime, and its onExpire callback.
Parameters
V
The type of value in the map.
Functions
Properties
Link copied to clipboard
The ExpirationMapCallback which might be executed when the element expires.