Stream source templates
A stream can be created from an event template using the all keyword. This is referred to as a stream source template.
A stream source template is the all keyword followed by a single event template. The output of a stream source template is a continuous stream of items, stream<X>, where X is the type specified by the event template.