Annotation 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 
- 
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 channelFlux. 
- Default:
 ""
 
 -