Uses of Class
com.espertech.esper.common.client.soda.PatternGuardExpr
Package
Description
This package defines the Esper statement object model.
-
Uses of PatternGuardExpr in com.espertech.esper.common.client.soda
Modifier and TypeMethodDescriptionstatic PatternGuardExpr
Patterns.guard
(String namespace, String name, Expression[] parameters, PatternExpr guarded) Guard pattern expression guards a sub-expression, equivalent to the "every MyEvent where timer:within(1 sec)" syntaxstatic PatternGuardExpr
Patterns.timerWithin
(double seconds, PatternExpr guarded) Timer-within guard expression.static PatternGuardExpr
Patterns.timerWithinMax
(double seconds, int max, PatternExpr guarded) Timer-within-max guard expression.static PatternGuardExpr
Patterns.whileGuard
(PatternExpr guarded, Expression expression) While-guard expression.