@FunctionalInterface public interface DubboFallback
| Modifier and Type | Method and Description |
|---|---|
org.apache.dubbo.rpc.Result |
handle(org.apache.dubbo.rpc.Invoker<?> invoker,
org.apache.dubbo.rpc.Invocation invocation,
BlockException ex)
Handle the block exception and provide fallback result.
|
org.apache.dubbo.rpc.Result handle(org.apache.dubbo.rpc.Invoker<?> invoker,
org.apache.dubbo.rpc.Invocation invocation,
BlockException ex)
invoker - Dubbo invokerinvocation - Dubbo invocationex - block exceptionCopyright © 2019 Alibaba Group. All rights reserved.