Interface TimeoutMetaData

All Known Subinterfaces:
ImmutableTimerMetaData, TimerMetaData

public interface TimeoutMetaData
Author:
Paul Ferraro
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the time of the next timeout event, or null if there are no future timeout events.
  • Method Details

    • getNextTimeout

      Optional<Instant> getNextTimeout()
      Returns the time of the next timeout event, or null if there are no future timeout events.
      Returns:
      the optional time of the next timeout event