Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
Docs Required, Release Notes Required
Description
/** * Sends asynchronously a message with same guarantees as for {@link #send(NetworkMember, Object)} and * returns a response (RPC style). * * @param member Network member which should receive the message. * @param msg A message. * @param timeout Waiting for response timeout in milliseconds. * @param <R> Expected response type. * @return A future holding the response or error if the expected response was not received. */ <R> CompletableFuture<R> sendWithResponse(NetworkMember member, Object msg, long timeout);
Attachments
Issue Links
- is required by
-
IGNITE-14149 Implement the raft facade
- Resolved
- links to