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