Interface RetryablePersistTask<A,T>

All Superinterfaces:
PersistTask<A,T>
All Known Subinterfaces:
RetryablePersistTaskIterable<A,T>

public interface RetryablePersistTask<A,T> extends PersistTask<A,T>
Implement this interface if a persist task can simply be executed again when it failed because of a OutdatedException.
See Also:
  • Field Details

  • Method Details

    • maxRetries

      default int maxRetries()