BatchProcessorConfig class
Configuration for batch processing behavior.
Constructors
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