Interface BrokerClientCallback<T>


public interface BrokerClientCallback<T>
Callback interface for receiving subscribed topics.
Since:
1.0
Version:
2024-03-30
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Called when a matching topic is received.
  • Method Details

    • onReceiveTopic

      void onReceiveTopic(MessageData data, T body)
      Called when a matching topic is received.