Interface ExpiredTimerInfo

All Superinterfaces:
Serializable

public interface ExpiredTimerInfo extends Serializable
Class used to provide access to expired timer's expiry time. These values are only relevant if the ExpiredTimerInfo is valid.
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    Get the expired timer's expiry time as milliseconds in epoch time.
    boolean
    Check if provided ExpiredTimerInfo is valid.
  • Method Details

    • getExpiryTimeInMs

      long getExpiryTimeInMs()
      Get the expired timer's expiry time as milliseconds in epoch time.
      Returns:
      (undocumented)
    • isValid

      boolean isValid()
      Check if provided ExpiredTimerInfo is valid.
      Returns:
      (undocumented)