Package RTL.SMQ

Interface IntfOnChange


public interface IntfOnChange
Callback interface for 'change' events sent by the broker.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    smqOnChange(long subscribers, long tid)
    The method is called when the broker sends a change notification event.
  • Method Details

    • smqOnChange

      void smqOnChange(long subscribers, long tid)
      The method is called when the broker sends a change notification event.
      Parameters:
      subscribers - the number of clients subscribed to the topic.
      tid - the topic name requested or the ephemeral topic ID requested to be observed.