maxConcurrency property

int maxConcurrency
final

The maximum concurrency level.

Must be a positive integer. Defaults to 1.

Ignored if processorMode is ProcessorMode.minimum.

Implementation

final int maxConcurrency;