Interface CardReaderObservationExceptionHandlerSpi


  • public interface CardReaderObservationExceptionHandlerSpi
    Reader observation error handler to implement in order to be notified of errors that may occur during operations carried out by the card monitoring process.
    Since:
    1.0.0
    • Method Detail

      • onReaderObservationError

        void onReaderObservationError​(java.lang.String contextInfo,
                                      java.lang.String readerName,
                                      java.lang.Throwable e)
        Called when an error occurs in the observed reader.

        When an error occurs, the observation process is stopped.

        Parameters:
        contextInfo - The context information.
        readerName - The reader name.
        e - The original exception.
        Since:
        1.0.0