Interface ITopicSubscriber<T>

Type Parameters:
T -
All Known Implementing Classes:
ZKBroadCastManager

public interface ITopicSubscriber<T>
Messaging topic subscriber interface
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onMessage(T message)
    On receive of message
  • Method Details

    • onMessage

      void onMessage(T message)
      On receive of message
      Parameters:
      message -