MessageReceivingOperations.receive

Receive a message from the given destination. @param destination the target destination @return the received message, possibly {@code null} if the message could not be received, for example due to a timeout

  1. Message!(T) receive()
  2. Message!(T) receive(T destination)
    interface MessageReceivingOperations(T)
    receive

Meta