MessageReceivingOperations.receive

Receive a message from a default 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()
    interface MessageReceivingOperations(T)
    receive
    ()
  2. Message!(T) receive(T destination)

Meta