public class MultipleFluxSource<T>
extends java.lang.Object
| Constructor and Description |
|---|
MultipleFluxSource(Queue<T> q) |
| Modifier and Type | Method and Description |
|---|---|
reactor.core.publisher.Flux<T> |
flux()
Create a pushable Flux
|
LazyFutureStream<T> |
futureStream(LazyReact s)
Create a pushable LazyFutureStream using the supplied ReactPool
|
Topic<T> |
getInput() |
reactor.core.publisher.Mono<T> |
mono()
Create a pushable Mono
|
ReactiveSeq<T> |
reactiveSeq()
Create a pushable ReactiveSeq
|
java.util.stream.Stream<T> |
stream()
Create a pushable JDK 8 Stream
|
public LazyFutureStream<T> futureStream(LazyReact s)
s - React builder to use to create the Streampublic java.util.stream.Stream<T> stream()
public ReactiveSeq<T> reactiveSeq()
public reactor.core.publisher.Flux<T> flux()
public reactor.core.publisher.Mono<T> mono()