interface MessagingOptions
optional
serialization: SerializationType | undefinedSpecify the kind of serialization used for sending messages between processes.
optional
killSignal: Signals
| number
| undefinedThe signal value to be used when the spawned process will be killed by the abort signal.
optional
timeout: number | undefinedIn milliseconds the maximum amount of time the process is allowed to run.