Click or drag to resize

StatementUserObjectRuntimeOptionGetUserObject Method

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.

Namespace:  com.espertech.esper.runtime.client.option
Assembly:  NEsper.Runtime (in NEsper.Runtime.dll) Version: 8.0.0.0
Syntax
C#
Object GetUserObject(
	StatementUserObjectRuntimeContext env
)

Parameters

env
Type: com.espertech.esper.runtime.client.optionStatementUserObjectRuntimeContext
the statement's deployment context

Return Value

Type: Object
user object or null if none needs to be assigned
See Also