BatchProcessorConfig class

Configuration for batch processing behavior.

Constructors

BatchProcessorConfig.new({int batchSize = 10, int maxConcurrency = 5, Duration timeout = const Duration(seconds: 30), int retryAttempts = 3, Duration retryDelay = const Duration(seconds: 1)})
Creates a new batch processor configuration.
const

Properties

batchSize int
Number of items to process in each batch.
final
hashCode int
The hash code for this object.
no setterinherited
maxConcurrency int
Maximum number of concurrent batch operations.
final
retryAttempts int
Number of retry attempts for failed batches.
final
retryDelay Duration
Delay between retry attempts.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
timeout Duration
Timeout for individual batch operations.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited