com.espertech.esper.epl.spec
Class PatternGuardSpec
java.lang.Object
com.espertech.esper.epl.spec.ObjectSpec
com.espertech.esper.epl.spec.PatternGuardSpec
- All Implemented Interfaces:
- MetaDefItem, Serializable
public final class PatternGuardSpec
- extends ObjectSpec
Specification for a pattern guard object consists of a namespace, name and guard object parameters.
- See Also:
- Serialized Form
PatternGuardSpec
public PatternGuardSpec(String namespace,
String objectName,
List<Object> objectParameters)
- Constructor.
- Parameters:
namespace
- if the namespace the object is inobjectName
- is the name of the objectobjectParameters
- is a list of values representing the object parameters