public interface  org.springframework.util.backoff.BackOffExecution extends java.lang.Object
{
public static final long STOP;
public abstract long nextBackOff();
}