Package com.fifa.connectid.sdk.core
Class NaiveWaitTimeStrategy
- java.lang.Object
-
- com.fifa.connectid.sdk.core.NaiveWaitTimeStrategy
-
- All Implemented Interfaces:
WaitTimeStrategy
public class NaiveWaitTimeStrategy extends Object implements WaitTimeStrategy
-
-
Constructor Summary
Constructors Constructor Description NaiveWaitTimeStrategy()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidFeedback(org.joda.time.Duration totalWaitTime)org.joda.time.DurationNext(int attempt)
-
-
-
Method Detail
-
Next
public org.joda.time.Duration Next(int attempt)
- Specified by:
Nextin interfaceWaitTimeStrategy
-
Feedback
public void Feedback(org.joda.time.Duration totalWaitTime)
- Specified by:
Feedbackin interfaceWaitTimeStrategy
-
-