public class NeverStopStrategy extends Object implements StopStrategy
public boolean shouldStop(Attempt failedAttempt)
StopStrategytrue if the retryer should stop retrying.shouldStop 在接口中 StopStrategyfailedAttempt - the previous failed Attempttrue if the retryer must stop, false otherwiseCopyright © 2019. All rights reserved.