Publishers.PrefetchStrategy.byRequest
A strategy that avoids prefetching and instead performs requests on demand.
Declaration
case byRequestDiscussion
This strategy just forwards the downstream’s requests to the upstream publisher.
A strategy that avoids prefetching and instead performs requests on demand.
case byRequestThis strategy just forwards the downstream’s requests to the upstream publisher.