Interface and Description |
---|
reactor.retry.Backoff
To be removed in 3.7.0 at the earliest.
Use reactor.util.repeat or reactor.util.retry available since reactor-core 3.8.0
which provides similar capabilities.
|
reactor.retry.IterationContext
To be removed in 3.7.0 at the earliest. Use reactor.util.repeat or
reactor.util.retry available since reactor-core 3.8.0 which provides similar
capabilities.
|
reactor.retry.Jitter
To be removed in 3.7.0 at the earliest. Use reactor.util.repeat or
reactor.util.retry available since reactor-core 3.8.0 which provides similar
capabilities.
|
reactor.retry.Repeat
To be removed in 3.7.0 at the earliest. Use reactor.util.repeat.RepeatSpec
available since reactor-core 3.8.0 which provides similar capabilities.
|
reactor.retry.RepeatContext
To be removed in 3.7.0 at the earliest. Use reactor.util.repeat.RepeatSpec
available since reactor-core 3.8.0 which provides similar capabilities.
|
reactor.retry.Retry
To be removed in 3.6.0 at the earliest. Use equivalent features of reactor-core like
RetrySpec and RetryBackoffSpec instead. |
reactor.retry.RetryContext
To be removed in 3.6.0 at the earliest. Use equivalent features of reactor-core like
RetrySpec and RetryBackoffSpec instead. |
Class and Description |
---|
reactor.retry.AbstractRetry |
reactor.retry.BackoffDelay |
reactor.cache.CacheFlux
To be removed in 3.6.0 at the earliest. There is no great solution for generic caches, other
than specific implementations with async support and cache stampede protection (like Caffeine).
see https://github.com/reactor/reactor-addons/issues/237
|
reactor.cache.CacheMono
To be removed in 3.6.0 at the earliest. There is no great solution for generic caches, other
than specific implementations with async support and cache stampede protection (like Caffeine).
see https://github.com/reactor/reactor-addons/issues/237
|
reactor.retry.DefaultContext |
reactor.retry.DefaultRepeat |
reactor.retry.DefaultRetry
To be removed in 3.6.0 at the earliest. Use equivalent features of reactor-core like
RetrySpec and RetryBackoffSpec instead. |
reactor.swing.SwingScheduler
To be removed in 3.6.0. See https://github.com/reactor/reactor-addons/issues/273
|
reactor.swing.SwtScheduler
To be removed in 3.6.0. See https://github.com/reactor/reactor-addons/issues/273
|
Exceptions and Description |
---|
reactor.retry.RetryExhaustedException
To be removed in 3.6.0 at the earliest. Use equivalent features of reactor-core like
Exceptions.retryExhausted(String, Throwable) and Exceptions.isRetryExhausted(Throwable) instead. |