Package studio.mevera.imperat.responses
Interface ResponseContentFetcher
public interface ResponseContentFetcher
-
Method Summary
Modifier and TypeMethodDescriptionstatic ResponseContentFetcherasync()static ResponseContentFetcherblocking()@NotNull CompletableFuture<String>
-
Method Details
-
blocking
-
async
-
fetch
@NotNull @NotNull CompletableFuture<String> fetch(@NotNull @NotNull Supplier<String> contentSupplier)
-