Interface Timer.Context

All Known Implementing Classes:
TimerImpl.ContextImpl
Enclosing interface:
Timer

public static interface Timer.Context
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onFailure(Throwable throwable)
    Records a decorated operation failure.
    void
    Records a decorated operation success.
  • Method Details

    • onSuccess

      void onSuccess()
      Records a decorated operation success.
    • onFailure

      void onFailure(Throwable throwable)
      Records a decorated operation failure.
      Parameters:
      throwable - The throwable thrown from the decorated operation