Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration IProcessorTypes

Enum representing the types of processors that can be used to handle events. Specifies whether the processor is a watcher, an emitter, or capable of both functions.

Index

Enumeration members

Enumeration members

BOTH

BOTH: = "both"

EMITTER

EMITTER: = "emitter"

WATCHER

WATCHER: = "watcher"

Generated using TypeDoc