| Interface | Description | 
|---|---|
| Retry.RetrySignal | 
 State for a  
Flux.retryWhen(Retry) Flux retry} or Mono retry. | 
| Class | Description | 
|---|---|
| Retry | 
 Base abstract class for a strategy to decide when to retry given a companion  
Flux of Retry.RetrySignal,
 for use with Flux.retryWhen(Retry) and Mono.retryWhen(Retry). | 
| RetryBackoffSpec | 
 A  
Retry strategy based on exponential backoffs, with configurable features. | 
| RetrySpec | 
 A simple count-based  
Retry strategy with configurable features. |