Interface HttpClientResponseMapper<T>
- All Superinterfaces:
ru.tinkoff.kora.common.Mapping.MappingFunction
public interface HttpClientResponseMapper<T>
extends ru.tinkoff.kora.common.Mapping.MappingFunction
-
Method Summary
Modifier and TypeMethodDescriptionapply(HttpClientResponse response) static <T> HttpClientResponseMapper<T>fromAsync(HttpClientResponseMapper<CompletionStage<T>> delegate)
-
Method Details
-
apply
-
fromAsync
static <T> HttpClientResponseMapper<T> fromAsync(HttpClientResponseMapper<CompletionStage<T>> delegate)
-