Class ZeroRequestStrategy
When request is only controlled with manual calls to Request(Int64).
Implements
Inherited Members
Namespace: Akka.Streams.Actors
Assembly: Akka.Streams.dll
Syntax
public sealed class ZeroRequestStrategy : IRequestStrategy
Fields
| Improve this Doc View SourceInstance
TBD
Declaration
public static readonly ZeroRequestStrategy Instance
Field Value
Type | Description |
---|---|
ZeroRequestStrategy |
Methods
| Improve this Doc View SourceRequestDemand(Int32)
TBD
Declaration
public int RequestDemand(int remainingRequested)
Parameters
Type | Name | Description |
---|---|---|
Int32 | remainingRequested | TBD |
Returns
Type | Description |
---|---|
Int32 | TBD |