send

open fun <Req, Res> send(request: Request<Req, Res>): SendResponse<Res>

Send a request to a service without waiting for the response.


open fun <Req, Res> send(request: Request<Req, Res>, @Nullable delay: @Nullable Duration): SendResponse<Res>

Send a request to a service without waiting for the response, optionally providing an execution delay to wait for.