PollableChannel.receive

Receive a message from this channel, blocking indefinitely if necessary. @return the next available {@link Message} or {@code null} if interrupted

  1. MessageBase receive()
    interface PollableChannel
    receive
    ()
  2. MessageBase receive(long timeout)

Meta