public final class TimerImpl.ContextImpl extends java.lang.Object implements Timer.Context
| Modifier and Type | Method and Description |
|---|---|
void |
onError()
Stops the Timer and records a failed call.
|
void |
onSuccess()
Stops the Timer and records a successful call.
|
public void onError()
Timer.ContextonError in interface Timer.Contextpublic void onSuccess()
Timer.ContextonSuccess in interface Timer.Context