Interface Mq.Detachable

Enclosing interface:
Mq

public static interface Mq.Detachable
Returned by Mq.attachListener(MqDestination, Listener), its detach() method allows a callback to be removed.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Detach associated listener from its MqDestination.
  • Method Details

    • detach

      void detach()
      Detach associated listener from its MqDestination.