Click or drag to resize

StatementUserObjectRuntimeOption Interface

Implement this interface to provide a custom user object at runtime for statements when they are deployed.

Namespace:  com.espertech.esper.runtime.client.option
Assembly:  NEsper.Runtime (in NEsper.Runtime.dll) Version: 8.0.0.0
Syntax
C#
public interface StatementUserObjectRuntimeOption

The StatementUserObjectRuntimeOption type exposes the following members.

Methods
  NameDescription
Public methodGetUserObject
Returns the user object to assign to a newly-deployed statement.

Implementations would typically interrogate the context object EPL expression or module and module item information and determine the right user object to assign.

When using HA the returned object must implement the Serializable interface.

Top
See Also