webapi-eca/examples/action-invokers/continuously.coffee
2014-04-06 02:22:39 +02:00

6 lines
No EOL
204 B
CoffeeScript

#
# Pushes an event into the system each time the function is polled
#
exports.push = ( pushEvent ) ->
pushEvent
content: "This is an event that will be sent again and again every ten seconds"