public interface BaseFilter
| 限定符和类型 | 接口和说明 |
|---|---|
static interface |
BaseFilter.Listener
This callback listener applies to both synchronous and asynchronous calls, please put logics that need to be executed
on return of rpc result in onResponse or onError respectively based on it is normal return or exception return.
|
Result invoke(Invoker<?> invoker, Invocation invocation) throws RpcException
RpcExceptionCopyright © 2011–2020 The Apache Software Foundation. All rights reserved.