public interface WorkerFactory
| Modifier and Type | Method and Description |
|---|---|
Callable<?> |
create()
Creates the worker action to be serialized across to the child process.
|
void |
prepareJavaCommand(JavaExecSpec execSpec)
Configures the Java command that will be used to launch the child process.
|
Callable<?> create()
void prepareJavaCommand(JavaExecSpec execSpec)
Copyright © 2013. All rights reserved