IpcListenArgPositional listen address for unix / nPipe — socket/pipe path string or
full ListenOptions (unlink, …).
Source src/internal/nodeCore.ts:3711 lines
export type type IpcListenArg = string | ListenOptionsPositional listen address for
unix
/
nPipe
— socket/pipe path string or
full
ListenOptions
(unlink, …).
IpcListenArg = string | type ListenOptions = {
readonly path?: HttpRouter.PathInput
readonly serialization?: Layer.Layer<RpcSerialization.RpcSerialization>
readonly health?: {
readonly path?: HttpRouter.PathInput
}
readonly node?:
| string
| {
readonly key: string
}
readonly unlink?: boolean
readonly onConflict?: OnConflict
readonly port?: number
readonly url?: string
readonly assumeToken?:
| string
| Redacted.Redacted<string>
readonly onYield?: Effect.Effect<boolean>
}
Shared options for
unix
/
http
/
ws
(and low-level *Server) —
rpc path / health / ipc unlink, plus optional fixed listen address for nameless Http/Ws.
ListenOptions;
Referenced by 3 symbols