request
Sends a request and awaits a response within a specified timeout.
Return
the response to the request.
Parameters
the type of the response.
the request message.
the KClass representing the expected response type.
the duration to wait for a response.
the collection of targets to send the request to.
Sends a request and awaits a response within a specified timeout.
Return
the response to the request.
Parameters
the type of the response.
the request message.
the KClass representing the expected response type.
the duration to wait for a response.
the targets to send the request to.
Sends a request and awaits a response using the default timeout.
Return
the response to the request.
Parameters
the type of the response.
the request message.
the KClass representing the expected response type.
the collection of targets to send the request to.
Sends a request and awaits a response using the default timeout.
Return
the response to the request.
Parameters
the type of the response.
the request message.
the KClass representing the expected response type.
the targets to send the request to.