Options for unix / http / ws / Node.listenLocal.
Same as ListenOptions — Lookup is composed with .pipe(Layer.provide(…)),
not listen options (lookupPath / bootstrapLookup removed).
Source src/internal/nodeCore.ts:2821 lines
export type type NamelessListenOptions = {
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
}
Options for
unix
/
http
/
ws
/
Node.listenLocal
.
Same as
ListenOptions
— Lookup is composed with .pipe(Layer.provide(…)),
not listen options (lookupPath / bootstrapLookup removed).
NamelessListenOptions = 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
}
Shared options for
unix
/
http
/
ws
(and low-level *Server) —
rpc path / health / ipc unlink. Not the TCP bind port (platform layer owns that).
ListenOptions;
Referenced by 6 symbols