| Package | Description |
|---|---|
| io.smallrye.mutiny.groups |
| Modifier and Type | Method and Description |
|---|---|
<R,I> MultiResource<R,I> |
MultiCreate.resource(Supplier<? extends R> resourceSupplier,
Function<? super R,? extends org.reactivestreams.Publisher<I>> streamSupplier)
Creates a
Multi from a resource, generated by a supplier function called for each individual
Subscriber, while streaming the items from a Publisher/Multi created from the resource. |
Copyright © 2019–2020 SmallRye. All rights reserved.