public static interface Filter.Listener
| Modifier and Type | Method and Description |
|---|---|
void |
onError(Throwable t,
Invoker<?> invoker,
Invocation invocation) |
void |
onResponse(Result appResponse,
Invoker<?> invoker,
Invocation invocation) |
void onResponse(Result appResponse, Invoker<?> invoker, Invocation invocation)
void onError(Throwable t, Invoker<?> invoker, Invocation invocation)
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.