Interface and Description |
---|
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.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.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. |