public class AbstractStreamSupport extends java.lang.Object implements StreamSupport
StreamSupport.OngoingLazyProviding<T>, StreamSupport.OngoingProviding<T>| Constructor and Description |
|---|
AbstractStreamSupport() |
| 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() |
public <T> org.reactivestreams.Publisher<T> discover(StreamId<T> id)
discover in interface StreamSupportpublic <T> StreamSupport.OngoingProviding<T> provide(org.reactivestreams.Publisher<T> reactStream)
provide in interface StreamSupportpublic <T> StreamSupport.OngoingLazyProviding<T> provide(StreamCreator<T> reactStream)
provide in interface StreamSupportpublic ProvidingService providingService()
providingService in interface StreamSupport