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 Summary
Modifier and TypeMethodDescriptionvoidvoid 
- 
Method Details
- 
clearStatus
void clearStatus() - 
incrementFailure
void incrementFailure() - 
getServiceStatus
ServiceStatusType getServiceStatus() - 
getFailureReportingThreshold
Integer getFailureReportingThreshold() 
 -