Contents

Publishers.PrefetchStrategy.byRequest

A strategy that avoids prefetching and instead performs requests on demand.

Declaration

case byRequest

Discussion

This strategy just forwards the downstream’s requests to the upstream publisher.

See Also

Prefetching strategies