Interface ChannelPublisher


public interface ChannelPublisher
Author:
tom.fennelly@gmail.com
  • Method Summary Link icon

    Modifier and Type
    Method
    Description
    void
    publish(Message message)
    Publish a message on the channel.
  • Method Details Link icon

    • publish Link icon

      void publish(@NonNull Message message)
      Publish a message on the channel.
      Parameters:
      message - The message properties.