Interface OperationsBase.EndpointOperation<T>

Enclosing class:
OperationsBase

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

    Modifier and Type
    Method
    Description
    run(int attempt)
    Run an operation.
  • Method Details

    • run

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