Interface IExitOnCloseNatsOptions

Options for NatsClient.exitOnClode() method.

interface IExitOnCloseNatsOptions {
    exitCode?: Nilable<string>;
}

Properties

Properties

exitCode?: Nilable<string>

The custom exit code.

Default

2.

Generated using TypeDoc