interface MessagingOptions
extends Abortable
Properties Jump to heading
optional
Jump to headingserialization: SerializationType | undefined
Specify the kind of serialization used for sending messages between processes.
optional
Jump to headingkillSignal: Signals
| number
| undefined
The signal value to be used when the spawned process will be killed by the abort signal.
optional
Jump to headingtimeout: number | undefined
In milliseconds the maximum amount of time the process is allowed to run.