- AbstractRetry<T,S> - Class in reactor.retry
-
- accept(T1, T2, T3) - Method in interface reactor.function.Consumer3
-
Performs this operation on the given arguments.
- accept(T1, T2, T3, T4) - Method in interface reactor.function.Consumer4
-
Performs this operation on the given arguments.
- accept(T1, T2, T3, T4, T5) - Method in interface reactor.function.Consumer5
-
Performs this operation on the given arguments.
- accept(T1, T2, T3, T4, T5, T6) - Method in interface reactor.function.Consumer6
-
Performs this operation on the given arguments.
- accept(T1, T2, T3, T4, T5, T6, T7) - Method in interface reactor.function.Consumer7
-
Performs this operation on the given arguments.
- accept(T1, T2, T3, T4, T5, T6, T7, T8) - Method in interface reactor.function.Consumer8
-
Performs this operation on the given arguments.
- allBut(Class<? extends Throwable>...) - Static method in interface reactor.retry.Retry
-
Deprecated.
Returns a retry function that retries errors resulting from all exceptions except
the specified non-retriable exceptions, once.
- and(Mono<Boolean>, Mono<Boolean>) - Static method in class reactor.bool.BooleanUtils
-
Two booleans, wrapped in Mono
, combined with the AND operator.
- andWriteWith(BiFunction<KEY, List<Signal<VALUE>>, Mono<Void>>) - Method in interface reactor.cache.CacheFlux.FluxCacheBuilderCacheWriter
-
Deprecated.
- andWriteWith(BiFunction<KEY, Signal<? extends VALUE>, Mono<Void>>) - Method in interface reactor.cache.CacheMono.MonoCacheBuilderCacheWriter
-
Deprecated.
- any() - Static method in interface reactor.retry.Retry
-
Deprecated.
Returns a retry function that retries any exception, once.
- anyOf(Class<? extends Throwable>...) - Static method in interface reactor.retry.Retry
-
Deprecated.
Returns a retry function that retries errors resulting from any of the
specified exceptions, once.
- applicationContext() - Method in class reactor.retry.DefaultContext
-
- applicationContext() - Method in interface reactor.retry.IterationContext
-
Application context that may be used to perform any rollbacks before
a retry.
- apply(T1, T2, T3) - Method in interface reactor.function.Function3
-
Applies this function to the given arguments.
- apply(T1, T2, T3, T4) - Method in interface reactor.function.Function4
-
Applies this function to the given arguments.
- apply(T1, T2, T3, T4, T5) - Method in interface reactor.function.Function5
-
Applies this function to the given arguments.
- apply(T1, T2, T3, T4, T5, T6) - Method in interface reactor.function.Function6
-
Applies this function to the given arguments.
- apply(T1, T2, T3, T4, T5, T6, T7) - Method in interface reactor.function.Function7
-
Applies this function to the given arguments.
- apply(T1, T2, T3, T4, T5, T6, T7, T8) - Method in interface reactor.function.Function8
-
Applies this function to the given arguments.
- apply(Flux<Long>) - Method in class reactor.retry.DefaultRepeat
-
- apply(Flux<Throwable>) - Method in class reactor.retry.DefaultRetry
-
Deprecated.
- apply(Publisher<S>) - Method in interface reactor.retry.Repeat
-
Transforms the source into a repeating Flux
based on the properties
configured for this function.
- apply(Publisher<S>) - Method in interface reactor.retry.Retry
-
Deprecated.
Transforms the source into a retrying Flux
based on the properties
configured for this function.
- averageBigDecimal(Publisher<? extends Number>) - Static method in class reactor.math.MathFlux
-
Computes the
BigDecimal
average of items in the source.
- averageBigDecimal(Publisher<T>, Function<? super T, ? extends Number>) - Static method in class reactor.math.MathFlux
-
Computes the
BigDecimal
average of items in the source, which are mapped to
numerical values using the provided mapping.
- averageBigInteger(Publisher<? extends Number>) - Static method in class reactor.math.MathFlux
-
Computes the
BigInteger
average of items in the source.
- averageBigInteger(Publisher<T>, Function<? super T, ? extends Number>) - Static method in class reactor.math.MathFlux
-
Computes the
BigInteger
average of items in the source, which are mapped to
numerical values using the provided mapping.
- averageDouble(Publisher<? extends Number>) - Static method in class reactor.math.MathFlux
-
Computes the double average of items in the source.
- averageDouble(Publisher<T>, Function<? super T, ? extends Number>) - Static method in class reactor.math.MathFlux
-
Computes the double average of items in the source, which are mapped to numerical values
using the provided mapping.
- averageFloat(Publisher<? extends Number>) - Static method in class reactor.math.MathFlux
-
Computes the float average of items in the source.
- averageFloat(Publisher<T>, Function<? super T, ? extends Number>) - Static method in class reactor.math.MathFlux
-
Computes the float average of items in the source, which are mapped to numerical values
using the provided mapping.