@NonNullApi @NonNullFields
| Interface | Description |
|---|---|
| FallbackDecorator |
interface of FallbackDecorator
|
| Class | Description |
|---|---|
| CompletionStageFallbackDecorator |
fallbackMethod decorator for
CompletionStage |
| DefaultFallbackDecorator |
default fallbackMethod decorator. it catches throwable and invoke the fallbackMethod method.
|
| FallbackDecorators |
FallbackDecorator resolver |
| FallbackMethod |
Reflection utility for invoking a fallback method.
|
| ReactorFallbackDecorator |
fallbackMethod decorator for
Flux and Mono |
| RxJava2FallbackDecorator |
fallbackMethod decorator for
ObservableSource, SingleSource, CompletableSource, MaybeSource and Flowable. |