Interface EPLScriptContext

All Known Implementing Classes:
AgentInstanceScriptContext

public interface EPLScriptContext
Available when using JSR-223 scripts or MVEL, for access of script attributes.
  • Method Details

    • getEventBeanService

      EventBeanService getEventBeanService()
      Returns event and event type services
      Returns:
      event type and event services
    • setScriptAttribute

      void setScriptAttribute(String attribute, Object value)
      Set a script attributed.
      Parameters:
      attribute - name to use
      value - value to set
    • getScriptAttribute

      Object getScriptAttribute(String attribute)
      Return a script attribute value.
      Parameters:
      attribute - name to retrieve value for
      Returns:
      attribute value or null if undefined