processRunner property

ProcessRunner processRunner
final

The process runner to use when running the jobs in the pool.

Setting this allows for configuration of the process runnner.

Be default, a default-constructed ProcessRunner is used.

Implementation

final ProcessRunner processRunner;