Annotation Type 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
  • Optional Element Summary

    Optional Elements 
    Modifier and Type Optional Element Description
    java.lang.String value  
  • Element Details

    • value

      java.lang.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:
      ""