Interface ChannelBase.MessageListener

All Known Subinterfaces:
Channel.MessageListener
Enclosing class:
ChannelBase

public static interface ChannelBase.MessageListener
An interface whereby a client maybe notified of message on a channel.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onMessage(Message message)
     
  • Method Details

    • onMessage

      void onMessage(Message message)