Delegate to the rest of the chain. @param invocation invocation context (typically the same instance received by #intercept(Invocation, Chain)) @return value produced by the downstream chain
(Invocation invocation)
| 94 | * @return value produced by the downstream chain |
| 95 | */ |
| 96 | Object next(Invocation invocation) throws Throwable; |
| 97 | } |
| 98 | } |
no outgoing calls