public interface WorkerJobParams
Modifier and Type | Method and Description |
---|---|
String |
getJobArgs()
The arguments of the actual job once tool has started and ready to accept jobs.
|
WorkerProcessParams |
getWorkerProcessParams() |
static WorkerJobParams |
of(String jobArgs,
WorkerProcessParams workerProcessParams) |
String getJobArgs()
WorkerProcessParams getWorkerProcessParams()
static WorkerJobParams of(String jobArgs, WorkerProcessParams workerProcessParams)