deno.com

interface MessagingOptions

extends Abortable

Properties #

#serialization: SerializationType | undefined
optional

Specify the kind of serialization used for sending messages between processes.

#killSignal:
Signals
| number
| undefined
optional

The signal value to be used when the spawned process will be killed by the abort signal.

#timeout: number | undefined
optional

In milliseconds the maximum amount of time the process is allowed to run.