public static interface TrafficResiliencyObserver.TicketObserver
| Modifier and Type | Method and Description |
|---|---|
void |
onCancel()
Called when the request flow was cancelled.
|
void |
onComplete()
Called when the request was completed successfully.
|
void |
onError(Throwable throwable)
Called when the request flow terminated erroneously.
|
void onComplete()
void onCancel()
void onError(Throwable throwable)
throwable - the Throwable that caused the request to fail.