-
Notifications
You must be signed in to change notification settings - Fork 0
async.TypeAlias.StatefulRpcOptions
github-actions[bot] edited this page Jun 8, 2026
·
2 revisions
@zenstone/ts-utils / async / StatefulRpcOptions
StatefulRpcOptions<
Result,Params> =object
Defined in: src/async/StatefulRpc.ts:21
构造选项
Result
Params
optionalevents?:EventsCallbacks<StatefulRpcEvents<Result,Params>>
Defined in: src/async/StatefulRpc.ts:27
事件回调
optionalidPrefix?:string
Defined in: src/async/StatefulRpc.ts:23
实例 id 前缀,默认 "stateful-rpc"
optionaltimeout?:number
Defined in: src/async/StatefulRpc.ts:25
默认超时毫秒数,默认 30000。必须 > 0,否则回退到 30000