Transformer Pipeline Module API Reference
6.2.11.309924
|
Functions | |
event.tokenise (var eventname) | |
Tokenise an event into its parameters. More... | |
event.ack (var eventname) | |
Send an acknowledgement for an event. More... | |
This package exports functions used for handling parameterised subjects.
event.ack | ( | var | eventname | ) |
Send an acknowledgement for an event.
eventname | - Name of the event to acknowledge |
event.tokenise | ( | var | eventname | ) |
Tokenise an event into its parameters.
eventname | - Eventname to tokenise |
The table returned will always have a property eventname
which is the base name of the event.
Other keys within the table are the parameters to the event