@FunctionalInterface
public interface CreatorProvidingService
StreamCreator.StreamCreator| Modifier and Type | Method and Description |
|---|---|
<T> void |
provide(StreamId<T> id,
StreamCreator<T> streamSupplier)
Provides a
StreamCreator associated to the specified id. |
<T> void provide(StreamId<T> id, StreamCreator<T> streamSupplier)
StreamCreator associated to the specified id.id - the identifier of the stream that the StreamCreator will createstreamSupplier - the StreamCreator that is able to create the Flowable specified using
the given id