WorkerCommandString
class WorkerCommandString
Constants
| protected DEFAULT_COMMAND |
The default base worker command. |
Properties
| static string | $command | The base worker command. |
Methods
static string
fromOptions(SupervisorOptions $options)
Get the command-line representation of the options for a worker.
static string
static void
flushState()
Flush all static state.
Details
at line 22
static string
fromOptions(SupervisorOptions $options)
Get the command-line representation of the options for a worker.
at line 36
static string
toOptionsString(SupervisorOptions $options)
Get the additional option string for the command.
at line 44
static void
flushState()
Flush all static state.