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 Summary

    Modifier and Type
    Method
    Description
    void
    onReaderObservationError(String contextInfo, String readerName, Throwable e)
    Called when an error occurs in the observed reader.
  • Method Details

    • onReaderObservationError

      void onReaderObservationError(String contextInfo, String readerName, 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