class AsciidoctorWorkerParameters extends Object implements org.ysb33r.grolifant.api.remote.worker.SerializableWorkerAppParameters
Parameters for serializing Asciidoctor jobs to workers.
Type | Name and description |
---|---|
Map<String, List<ExecutorConfiguration>> |
asciidoctorConfigurations Map of executor configuration keyed by language. |
Boolean |
runParallelInWorker Whether to attempt conversions in parallel inside the worker. |
Constructor and description |
---|
AsciidoctorWorkerParameters
() |
Map of executor configuration keyed by language. If there are no languages defined, the key of only entry will be an empty string.
Whether to attempt conversions in parallel inside the worker. Reserved for future use.
Copyright © 2013-2024 the original author or authors. All rights reserved.