Interface ChannelPublisher


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

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

    • publish

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