MessageRequestReplyOperations.sendAndReceive

Send a request message and receive the reply from the given destination. @param destination the target destination @param requestMessage the message to send @return the reply, possibly {@code null} if the message could not be received, for example due to a timeout

  1. Message!(T) sendAndReceive(Message!(T) requestMessage)
  2. Message!(T) sendAndReceive(T destination, Message!(T) requestMessage)
    interface MessageRequestReplyOperations(T)
    sendAndReceive

Meta