public static interface ResponseInterceptor.Chain
| Modifier and Type | Field and Description |
|---|---|
static ResponseInterceptor.Chain |
DEFAULT |
| Modifier and Type | Method and Description |
|---|---|
Object |
next(InvocationContext context)
Delegate to the rest of the chain to execute the request.
|
static final ResponseInterceptor.Chain DEFAULT
Object next(InvocationContext context) throws Exception
context - the request to execute the ResponseInterceptor.Chain .ExceptionCopyright © 2012–2023 OpenFeign. All rights reserved.