Request

interface Request<T>

An interface implemented by all return values of providers.

Inheritors

Functions

Link copied to clipboard
abstract fun send(): T

Send a request synchronously

Link copied to clipboard
abstract fun sendAsync(): CompletableFuture<T>

Send a request asynchronously