Interface ClusterShardEvents

interface ClusterShardEvents {
    debug: [message: DebugMessage];
    message: [message: IPCMessage];
    ready: [ClusterShard: ClusterShard<ClusterShardClient>];
}

Properties

Properties

debug: [message: DebugMessage]
message: [message: IPCMessage]
ready: [ClusterShard: ClusterShard<ClusterShardClient>]

Generated using TypeDoc