Interface HttpClientInterceptor.InterceptChain
- Enclosing interface:
- HttpClientInterceptor
public static interface HttpClientInterceptor.InterceptChain
-
Method Summary
Modifier and TypeMethodDescriptionprocess(ru.tinkoff.kora.common.Context ctx, HttpClientRequest request)
-
Method Details
-
process
CompletionStage<HttpClientResponse> process(ru.tinkoff.kora.common.Context ctx, HttpClientRequest request) throws Exception - Throws:
Exception
-