Interface Issuer
-
- All Known Implementing Classes:
BypassIssuer,RealIssuer
public interface Issuer
-
-
Method Summary
Modifier and Type Method Description <T> Tissue(HttpClientRequest<T> request, BasePath basePath, java.util.function.Function<RawClientResponse,T> responseMapper)
-
-
-
Method Detail
-
issue
<T> T issue(HttpClientRequest<T> request, BasePath basePath, java.util.function.Function<RawClientResponse,T> responseMapper)
-
-