@groovy.transform.CompileStatic class StandardWorkerAppParameterFactory extends Object
Standard parameters for running a JVM process inside a worker.
THis is used when the process has a main entrypoint.
| Type Params | Return Type | Name and description |
|---|---|---|
|
org.ysb33r.grolifant.api.remote.worker.StandardWorkerAppParameters |
createAndConfigure(org.ysb33r.grolifant.api.core.jvm.worker.WorkerExecSpec execSpec)@param execSpec Java execution specification that can be used for setting worker execution details. |
execSpec - Java execution specification that can be used for setting worker execution details.