JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
io.github.resilience4j.metrics
Interface Timer.Context
All Known Implementing Classes:
TimerImpl.ContextImpl
Enclosing interface:
Timer
public static interface
Timer.Context
Method Summary
All Methods
Instance Methods
Abstract Methods
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.
Method Detail
onError
void onError()
Stops the Timer and records a failed call. This method must be invoked when a call failed.
onSuccess
void onSuccess()
Stops the Timer and records a successful call.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method