Package RTL.SMQ

Interface IntfOnClose


public interface IntfOnClose
Callback interface for 'close' events.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Called if the broker requested the connection to be closed (graceful disconnect) or if the persistent TCP connection should disconnect.
  • Method Details

    • smqOnClose

      void smqOnClose(SmqException e)
      Called if the broker requested the connection to be closed (graceful disconnect) or if the persistent TCP connection should disconnect.
      Parameters:
      e - reason for the disconnect.