Interface BatchOperationResult<T>

  • All Known Implementing Classes:
    CompletedBatchOperation

    public interface BatchOperationResult<T>
    Interface capturing the result of a batch operation.
    • Method Detail

      • isSuccess

        boolean isSuccess()
        Returns whether the operation was successful.
        Returns:
        true if successful, false otherwise
      • failedItems

        Set<T> failedItems()
        Obtains a set of items which failed.
        Returns:
        a set of failures