- Source
Members
(non-null) args :Array.<string>|IThenable.<!Array.<string>>
The arguments to pass to the service. If a promise is provided, the service will wait for it to resolve before starting.
- Array.<string> |
IThenable.<!Array.<string>>
- Source
env :!Object.<string, string>|undefined
The environment variables that should be visible to the server process. Defaults to inheriting the current process's environment.
- !Object.<string, string> |
undefined
- Source
jvmArgs :!Array.<string>|!IThenable.<!Array.<string>>|undefined
The arguments to pass to the JVM. If a promise is provided, the service will wait for it to resolve before starting.
- !Array.<string> |
!IThenable.<!Array.<string>> | undefined
- Source
loopback :boolean|undefined
Whether the server should only be accessible on this host's loopback address.
- boolean |
undefined
- Source
port :number|!IThenable.<number>
The port to start the server on (must be > 0). If the port is provided as a promise, the service will wait for the promise to resolve before starting.
- number |
!IThenable.<number>
- Source
stdio :string|!Array.<(string|number|!stream.Stream|null|undefined)>|undefined
IO configuration for the spawned server process. If unspecified, IO will be ignored.
- string |
!Array.<(string|number|!stream.Stream|null|undefined)> | undefined
- Source