Click or drag to resize
Akka.NETMaxInFlightRequestStrategy Class
Requests up to the max and also takes the number of messages that have been queued internally or delegated to other actors into account. Concrete subclass must implement InFlight. It will request elements in minimum batches of the defined BatchSize.
Inheritance Hierarchy
SystemObject
  Akka.Streams.ActorsMaxInFlightRequestStrategy

Namespace:  Akka.Streams.Actors
Assembly:  Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public abstract class MaxInFlightRequestStrategy : IRequestStrategy

The MaxInFlightRequestStrategy type exposes the following members.

Constructors
  NameDescription
Protected methodMaxInFlightRequestStrategy
TBD
Top
Properties
  NameDescription
Public propertyBatchSize
Elements will be requested in minimum batches of this size. Default is 5. Subclass may override to define the batch size.
Public propertyInFlight
Concrete subclass must implement this method to define how many messages that are currently in progress or queued.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRequestDemand
TBD
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields
  NameDescription
Public fieldMax
TBD
Top
Extension Methods
See Also