Skip to content

uni-flow 公开 API(中文注解)


uni-flow 公开 API(中文注解) / createOrchestratorServer

Function: createOrchestratorServer()

createOrchestratorServer(options): OrchestratorServer

Defined in: orchestrator/server.ts:377

创建 OrchestratorServer

Parameters

options

OrchestratorServerOptions

须提供 registry

Returns

OrchestratorServer

尚未 start() 的服务实例

MIT Licensed