public interface StreamSupport
Publishers. Provides convenience and fluid methods.| Modifier and Type | Interface and Description |
|---|---|
static class |
StreamSupport.OngoingLazyProviding<T> |
static class |
StreamSupport.OngoingProviding<T> |
| Modifier and Type | Method and Description |
|---|---|
<T> org.reactivestreams.Publisher<T> |
discover(StreamId<T> id) |
<T> StreamSupport.OngoingProviding<T> |
provide(org.reactivestreams.Publisher<T> reactStream) |
<T> StreamSupport.OngoingLazyProviding<T> |
provide(StreamCreator<T> reactStream) |
ProvidingService |
providingService() |
<T> org.reactivestreams.Publisher<T> discover(StreamId<T> id)
<T> StreamSupport.OngoingProviding<T> provide(org.reactivestreams.Publisher<T> reactStream)
<T> StreamSupport.OngoingLazyProviding<T> provide(StreamCreator<T> reactStream)
ProvidingService providingService()