U
- Data type for the input parameter of the function to be calledV
- Data type for the output parameter of the function to be calledpublic class RetryFramework<U,V> extends Object
Constructor and Description |
---|
RetryFramework(int maxRetries) |
public V call(Function<U,V> fn, U u) throws InterruptedException
InterruptedException