Click or drag to resize

EPLScriptContext Interface

Available when using JSR-223 scripts or MVEL, for access of script attributes.

Namespace:  com.espertech.esper.common.client.hook.expr
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public interface EPLScriptContext

The EPLScriptContext type exposes the following members.

Properties
  NameDescription
Public propertyEventBeanService
Returns event and event type services
Top
Methods
  NameDescription
Public methodGetScriptAttribute
Return a script attribute value.
Public methodSetScriptAttribute
Set a script attributed.
Top
See Also