Package RTL.SMQ

Interface IntfOnMsg


public interface IntfOnMsg
Callback interface for receiving messages from the broker.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Called each time a new message arrives.
  • Method Details

    • smqOnMsg

      void smqOnMsg(Msg msg)
      Called each time a new message arrives.
      Parameters:
      msg - the SMQ message received.