Interface Timer.Context
- All Known Implementing Classes:
TimerImpl.ContextImpl
- Enclosing interface:
- Timer
public static interface Timer.Context
-
Method Summary
-
Method Details
-
onSuccess
void onSuccess()Records a decorated operation success. -
onFailure
Records a decorated operation failure.- Parameters:
throwable- The throwable thrown from the decorated operation
-