Apama 10.7.2 | Developing Apama Applications | EPL Reference | Expressions | Stream source templates
 
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.
See also Creating streams from event templates.