public interface WorkerJobResult
Modifier and Type | Method and Description |
---|---|
int |
getExitCode() |
Optional<String> |
getStderr() |
Optional<String> |
getStdout() |
static WorkerJobResult |
of(int exitCode,
Optional<String> stdout,
Optional<String> stderr) |