callAsync

abstract fun <Req, Res> callAsync(request: Request<Req, Res>): CompletableFuture<Response<Res>>