Class RetryingInputStream<T>

  • Type Parameters:
    T - object type
    All Implemented Interfaces:
    Closeable, AutoCloseable

    public class RetryingInputStream<T>
    extends InputStream
    This class is responsible for re-opening the underlying input stream for the input object on the given retryCondition.