All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ru.r2cloud.ossclient.RetryFunction Maven / Gradle / Ivy

There is a newer version: 2.1
Show newest version
package ru.r2cloud.ossclient;

import java.io.IOException;

interface RetryFunction {

	boolean apply(int currentRetry) throws IOException, InterruptedException, OssException;
	
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy