Interface ExpiredTimerInfo

All Superinterfaces:
Serializable

public interface ExpiredTimerInfo extends Serializable
Class used to provide access to expired timer's expiry time.
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    Function to return the expired timer's expiry time as milliseconds in epoch time.
  • Method Details

    • getExpiryTimeInMs

      long getExpiryTimeInMs()
      Function to return the expired timer's expiry time as milliseconds in epoch time.

      Returns:
      - the expired timer's expiry time in milliseconds