PollOptions: {
    limit: number;
    names: string[];
    timeout: number;
    times?: number;
}

Poll options

  • names event names to poll
  • timeout lease timeout in ms
  • limit max number of events to poll
  • times number of times to poll

Type declaration

  • Readonly limit: number
  • Readonly names: string[]
  • Readonly timeout: number
  • Optional Readonly times?: number

Generated using TypeDoc