Interface CardRemovalWaiterAsynchronousSpi


  • public interface CardRemovalWaiterAsynchronousSpi
    This SPI is specifically designed for plugins that handle card removal asynchronously.
    Since:
    2.2.0
    • Method Detail

      • setCallback

        void setCallback​(CardRemovalWaiterAsynchronousApi callback)
        Sets the asynchronous callback that will be called when the card removal is complete.
        Parameters:
        callback - The asynchronous callback to be called.
        Since:
        2.2.0