Interface FailureCountExposable

  • All Known Implementing Classes:
    AbstractExternalPaymentGatewayCall

    public interface FailureCountExposable
    This interface is a lightweight replacement of gateway-specific classes extending AbstractExternalPaymentGatewayCall, and it helps expose some f the QoS inner methods, for testing purposes. Notice that getServiceStatus() is overlaps a definition in ServiceStatusDetectable
    Author:
    gdiaz
    • Method Detail

      • clearStatus

        void clearStatus()
      • incrementFailure

        void incrementFailure()
      • getFailureReportingThreshold

        Integer getFailureReportingThreshold()