Uses of Class
com.espertech.esper.common.client.soda.ProjectedStream
Package
Description
This package defines the Esper statement object model.
-
Uses of ProjectedStream in com.espertech.esper.common.client.soda
Modifier and TypeClassDescriptionclass
A stream upon which projections (views) can be added that selects events by name and filter expression.class
A stream of events that is generated by pattern matches.Modifier and TypeMethodDescriptionAdd a view to the stream.ProjectedStream.addView
(String name, Expression... parameters) Adds a parameterized view to the stream.Adds an un-parameterized view to the stream.ProjectedStream.addView
(String namespace, String name, Expression... parameters) Adds a parameterized view to the stream.ProjectedStream.addView
(String namespace, String name, List<Expression> parameters) Adds a parameterized view to the stream.ProjectedStream.unidirectional
(boolean isUnidirectional) Set to unidirectional.