Interface Retryable


public interface Retryable
Simple interface for executing a piece of code. Used for writing anonymous inner classes in FTP task for retry-on-IOException behaviour.
See Also: