Click or drag to resize

VirtualDataWindowFactoryContext Class

Context for use with virtual data window factory provides contextual information as well as the handle for posting insert and remove streams and factory for event bean instances.
Inheritance Hierarchy
SystemObject
  com.espertech.esper.common.client.hook.vdwVirtualDataWindowFactoryContext

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

The VirtualDataWindowFactoryContext type exposes the following members.

Constructors
  NameDescription
Public methodVirtualDataWindowFactoryContext
Ctor.
Top
Properties
  NameDescription
Public propertyCustomConfiguration
Returns the custom configuration object that gets passed along
Public propertyEventType
Returns the event type
Public propertyNamedWindowName
Returns the named window name
Public propertyParameterExpressions
Returns parameter expressions as expression evaluators
Public propertyParameters
Returns parameters
Public propertyServices
Returns initialization-time services
Public propertyViewFactoryContext
Returns the view factory context
Top
See Also