Interface CustomMessage

All Superinterfaces:
Message

public interface CustomMessage extends Message
Represents a "custom payload" message.

Used by API consumers to send custom messages between servers.

Since:
5.5
See Also:
  • Method Details

    • getChannelId

      @NonNull String getChannelId()
      Gets the channel identifier.
      Returns:
      the namespace
    • getPayload

      @NonNull String getPayload()
      Gets the payload.
      Returns:
      the payload