Click or drag to resize

com.espertech.esper.common.client.module Namespace

[Missing <summary> documentation for "N:com.espertech.esper.common.client.module"]

Classes
  ClassDescription
Public classModule
Represent a deployment unit consisting of deployment declarative information (module name, uses and imports) as well as EPL statements represented by ModuleItem. May have an additional user object and archive name and uri pointing to the module source attached.

The module URI gets initialized with the filename, resource or URL being read, however may be overridden and has not further meaning to the deployment.

The archive name and user object are opportunities to attach additional deployment information.

Public classModuleItem
Represents an EPL statement as part of a Module.

Character position start and end are only available for non-comment only.

Public classModuleOrder
Holds an ordered list of modules considering each module's uses-dependencies on other modules.
Public classModuleOrderException
Exception indicates a problem when determining delpoyment order and uses-dependency checking.
Public classModuleOrderOptions
Options class passed to #GetModuleOrder(ICollection, ModuleOrderOptions)} for controlling the behavior of ordering and dependency checking logic.
Public classModuleOrderUtil
Module ordering utility.
Public classModuleProperty
Provides well-known module properties.
Public classParseException
Exception thrown when an EPL text could not be parsed.