Interface S3RestUtils.RestCallable<T>

  • Type Parameters:
    T - the return type of the callable
    Enclosing class:
    S3RestUtils

    public static interface S3RestUtils.RestCallable<T>
    An interface representing a callable.
    • Method Detail

      • call

        T call()
        throws S3Exception
        The REST endpoint implementation.
        Returns:
        the return value from the callable
        Throws:
        S3Exception