Home > @esengine/ecs-framework-monorepo > HeartbeatEvents
HeartbeatEvents interface
心跳事件接口
Signature:
typescript
export interface HeartbeatEvents
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
(isHealthy: boolean) => void | |||
(latency: number) => void | |||
(timestamp: number) => void | |||
(missedCount: number) => void |