MessageChannel.send

Send a message, blocking until either the message is accepted or the specified timeout period elapses. @param message the message to send @param timeout the timeout in milliseconds or {@link #INDEFINITE_TIMEOUT} @return {@code true} if the message is sent, {@code false} if not including a timeout of an interrupt of the send

  1. bool send(MessageBase message)
  2. bool send(MessageBase message, long timeout)
    interface MessageChannel
    bool
    send

Meta