-
- All Implemented Interfaces:
-
java.io.Serializable
@FunctionalInterface() public interface IHCaptchaRetryPredicate implements Serializable
On failure retry decider class
-
-
Method Summary
Modifier and Type Method Description abstract booleanshouldRetry(HCaptchaConfig config, HCaptchaException exception)Allows retrying in case of verification errors. -
-
Method Detail
-
shouldRetry
abstract boolean shouldRetry(HCaptchaConfig config, HCaptchaException exception)
Allows retrying in case of verification errors.
- Parameters:
config- the hCaptcha configexception- the hCaptcha exception
-
-
-
-