| ActorPublisherTTotalDemand Property |
Total number of requested elements from the stream subscriber.
This actor automatically keeps tracks of this amount based on
incoming request messages and outgoing
OnNext(T).
Namespace:
Akka.Streams.Actors
Assembly:
Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax public long TotalDemand { get; }
member TotalDemand : int64 with get
Property Value
Type:
Int64See Also