Package akka.pattern
Interface BackoffOnFailureOptions
- 
- All Superinterfaces:
 ExtendedBackoffOptions<BackoffOnFailureOptions>
- All Known Implementing Classes:
 BackoffOnFailureOptionsImpl
public interface BackoffOnFailureOptions extends ExtendedBackoffOptions<BackoffOnFailureOptions>
 
- 
- 
Method Summary
- 
Methods inherited from interface akka.pattern.ExtendedBackoffOptions
props, withAutoReset, withHandlerWhileStopped, withManualReset, withMaxNrOfRetries, withReplyWhileStopped, withSupervisorStrategy 
 - 
 
 -