Package RTL.SMQ

Interface IntfOnCreatsubeAck


public interface IntfOnCreatsubeAck
Callback interface for responses to 'createsub' messages sent to the broker.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    smqOnCreatesubAck(boolean accepted, String subtopic, long subtid)
    Called when the broker sends the CreatesubAck message to the client.
  • Method Details

    • smqOnCreatesubAck

      void smqOnCreatesubAck(boolean accepted, String subtopic, long subtid)
      Called when the broker sends the CreatesubAck message to the client.
      Parameters:
      accepted - set to 'true' if the broker accepted the request.
      subtopic - the subtopic requested.
      subtid - the translated subtopic ID created by the broker.