maxQueueSize property

int maxQueueSize
final

The maximum number of queued jobs. Once this limit is reached, submitting more jobs to the executor results in oldest jobs completing with a CancellationException

Implementation

final int maxQueueSize;