Interface FailureCountExposable
-
- All Known Implementing Classes:
AbstractExternalPaymentGatewayCall
public interface FailureCountExposableThis 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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclearStatus()IntegergetFailureReportingThreshold()ServiceStatusTypegetServiceStatus()voidincrementFailure()
-
-
-
Method Detail
-
clearStatus
void clearStatus()
-
incrementFailure
void incrementFailure()
-
getServiceStatus
ServiceStatusType getServiceStatus()
-
getFailureReportingThreshold
Integer getFailureReportingThreshold()
-
-