send

abstract suspend fun send(delay: Duration? = null): SendResponse<Res>

Send the request without waiting for the response.

Return

the send response with invocation handle

Parameters

delay

optional delay before the invocation is executed