Interface

ConstructorParams

ConstructorParams

Properties:
Name Type Attributes Default Description
delimiter string <optional>
. a character which delimits parts of an event pattern
wildcard string <optional>
* a wildcard indicator used to handle any parts of a pattern
separator string <optional>
, a character to separate multiple events in the same pattern
prepareHandlers HandlePreparer <optional>
v=>v a function to modify the handlers just before raising, this is the combined set of all of the handlers that will be raised.
storeHandlers HandlePreparer <optional>
v=>v a function to modify or sort the handlers before storing,

View Source emitter.js, line 37