Package org.zalando.fahrschein
Class NoBackoffStrategy
- java.lang.Object
-
- org.zalando.fahrschein.NoBackoffStrategy
-
- All Implemented Interfaces:
BackoffStrategy
public class NoBackoffStrategy extends Object implements BackoffStrategy
-
-
Constructor Summary
Constructors Constructor Description NoBackoffStrategy()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> Tcall(int initialExceptionCount, IOException initialException, IOCallable<T> callable)
-
-
-
Method Detail
-
call
public <T> T call(int initialExceptionCount, IOException initialException, IOCallable<T> callable) throws BackoffException- Specified by:
callin interfaceBackoffStrategy- Throws:
BackoffException
-
-