Click or drag to resize

ConditionHandlerContext Class

Context provided to ConditionHandler implementations providing engine-condition-contextual information.

Statement information pertains to the statement currently being processed when the condition occured.

Inheritance Hierarchy
SystemObject
  com.espertech.esper.common.client.hook.conditionConditionHandlerContext

Namespace:  com.espertech.esper.common.client.hook.condition
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public class ConditionHandlerContext

The ConditionHandlerContext type exposes the following members.

Constructors
  NameDescription
Public methodConditionHandlerContext
Ctor.
Top
Properties
  NameDescription
Public propertyDeploymentId
Returns the deployment id of the statement.
Public propertyEngineCondition
Returns the condition reported.
Public propertyRuntimeURI
Returns the engine URI.
Public propertyStatementName
Returns the statement name, if provided, or the statement id assigned to the statement if no name was provided.
Top
See Also