Package com.avoka.fc.core.util
Class ErrorLogThresholdUtils
java.lang.Object
com.avoka.fc.core.util.ErrorLogThresholdUtils
Provides utility methods for handling ErrorLog Threshold.
- Since:
- 24.04.2
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
isEventingErrorLogThresholdNotReached
(String errorType) Return true if the eventing error log flood threshold has been reached otherwise false.
-
Constructor Details
-
ErrorLogThresholdUtils
public ErrorLogThresholdUtils()
-
-
Method Details
-
isEventingErrorLogThresholdNotReached
Return true if the eventing error log flood threshold has been reached otherwise false.- Parameters:
errorType
- the error type- Returns:
- true if the eventing error log flood threshold has been reached otherwise false
-