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

com.sirolf2009.util.retry.RetryStrategy Maven / Gradle / Ivy

The newest version!
package com.sirolf2009.util.retry;

import com.sirolf2009.util.retry.RetryResult;
import java.util.function.Supplier;

@SuppressWarnings("all")
public interface RetryStrategy {
  public abstract  RetryResult run(final Supplier supplier);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy