Annotation Interface Reactive


@Target({}) @Retention(RUNTIME) public @interface Reactive
Provides reactive configuration options for the consumer endpoint making any input channel as a reactive stream source of data.
Since:
5.5
Author:
Artem Bilan
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
     
  • Element Details

    • value

      String value
      Returns:
      the function bean name to be used in the Flux.transform(java.util.function.Function<? super reactor.core.publisher.Flux<T>, ? extends org.reactivestreams.Publisher<V>>) on the input channel Flux.
      Default:
      ""