Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ShardSendRequest

Format for the request to emit an event to a specific shard ShardCommunicationAction.Send

Hierarchy

Index

Properties

action

action: Send

identifier

identifier: number

The Unix date of when this request was sent. Used to identify the response of this request

payload

payload: { event: string; shardId: ShardId }

Type declaration

  • event: string

    The name of the event to emit

  • shardId: ShardId

    The shard ID to emit this event on

Generated using TypeDoc