Interface RetryCondition

    • Method Detail

      • shouldBeRetried

        boolean shouldBeRetried​(@Nonnull
                                BmcException exception)
        Check if the operation should be retried.
        Parameters:
        exception - The exception from the previous unsuccessful operation.
        Returns:
        true if the operation should be retried, else false.