Click or drag to resize

VirtualDataWindowForge Interface

Factory for .

Register an implementation of this interface with the runtimebefore use: configuration.addPlugInVirtualDataWindow("test", "vdw", SupportVirtualDWFactory.class.getName());

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

The VirtualDataWindowForge type exposes the following members.

Properties
  NameDescription
Public propertyFactoryMode
Describes to the compiler how it should manage code for the virtual data window factory.
Public propertyUniqueKeyPropertyNames
Return the names of properties that taken together (combined, composed, not individually) are the unique keys of a row, return null if there are no unique keys that can be identified.
Top
Methods
  NameDescription
Public methodInitialize
Invoked once after instantiation of the forge, exactly once per named window.
Top
See Also