Click or drag to resize
Akka.NETIRequestStrategy Interface
An ActorSubscriber defines a IRequestStrategy to control the stream back pressure.

Namespace:  Akka.Streams.Actors
Assembly:  Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax
public interface IRequestStrategy

The IRequestStrategy type exposes the following members.

Methods
  NameDescription
Public methodRequestDemand
Invoked by the ActorSubscriber after each incoming message to determine how many more elements to request from the stream.
Top
See Also