Interface TimerFiredEventAttributes.Builder

  • Method Details

    • timerId

      The unique ID of the timer that fired.

      Parameters:
      timerId - The unique ID of the timer that fired.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • startedEventId

      TimerFiredEventAttributes.Builder startedEventId(Long startedEventId)

      The ID of the TimerStarted event that was recorded when this timer was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

      Parameters:
      startedEventId - The ID of the TimerStarted event that was recorded when this timer was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
      Returns:
      Returns a reference to this object so that method calls can be chained together.