Home > @esengine/ecs-framework-monorepo > IRpcCallMessage
IRpcCallMessage interface
RPC调用消息
Signature:
typescript
export interface IRpcCallMessage extends INetworkMessage
1
Extends: INetworkMessage
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
{ networkId: number; componentType: string; methodName: string; args: any[]; callId?: string; target: RpcTarget; expectResponse?: boolean; timeout?: number; } | |||