Interface Interruptible

    • Method Detail

      • interrupt

        void interrupt()
        Interrupt the underlying mechanisms of the class.

        Please note that this interrupt method should be idempotent. In other words, calling this interrupt method more than once should not have any side effect.