Interface OperationsBase.EndpointOperation<T>

  • Enclosing class:
    OperationsBase

    public static interface OperationsBase.EndpointOperation<T>
    • Method Detail

      • run

        T run​(int attempt)
        throws java.lang.Exception
        Run an operation.
        Parameters:
        attempt - Number of current attempt.
        Returns:
        Operation response.
        Throws:
        java.lang.Exception - When an error occurs during operation execution.