@Incubating public interface WorkerDaemonService
| Modifier and Type | Method | Description |
|---|---|---|
WorkerDaemonExecutor |
daemonRunnable(Class<? extends Runnable> runnableClass) |
Creates a
WorkerDaemonExecutor for executing the given Runnable in a daemon process. |
WorkerDaemonExecutor daemonRunnable(Class<? extends Runnable> runnableClass)
WorkerDaemonExecutor for executing the given Runnable in a daemon process.WorkerDaemonExecutor that builds a daemon Runnable.