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