public interface StreamCollectingSupport extends RxStreamSupport
| Modifier and Type | Interface and Description |
|---|---|
static class |
StreamCollectingSupport.OngoingBlockingCollecting<T> |
StreamSupport.OngoingLazyProviding<T>, StreamSupport.OngoingProviding<T>| Modifier and Type | Method and Description |
|---|---|
default <T> StreamCollectingSupport.OngoingBlockingCollecting<T> |
from(StreamId<T> streamId)
The given id will be discovered and the stream can be manipulated using
StreamCollectingSupport.OngoingBlockingCollecting
methods. |
rxFromdiscover, provide, provide, providingServicedefault <T> StreamCollectingSupport.OngoingBlockingCollecting<T> from(StreamId<T> streamId)
StreamCollectingSupport.OngoingBlockingCollecting
methods. This is useful for simple use cases in which is not needed to use a more advanced ReactiveStreams
library.