Click or drag to resize
Akka.NETMaxInFlightRequestStrategy Properties

The MaxInFlightRequestStrategy type exposes the following members.

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
See Also