public interface WorkerAppParameters extends WorkParameters
Interface glue between the implementation-independent parameters and the Gradle WorkParameters.
| Type Params | Return Type | Name and description |
|---|---|---|
|
public Property<org.ysb33r.grolifant5.api.remote.worker.WorkerAppExecutor<?>> |
getExecutor()The executor code that will be run inside the worker. |
|
public Property<org.ysb33r.grolifant5.api.remote.worker.SerializableWorkerAppParameters> |
getParams()Access to the object that holds all the parameters. |
The executor code that will be run inside the worker.
Access to the object that holds all the parameters.