Click or drag to resize

DeploymentOptionsWithStatementNameRuntime Method

Sets the callback overriding the statement name that identifies the statement within the deployment and that can be obtained using Name

Namespace:  com.espertech.esper.runtime.client
Assembly:  NEsper.Runtime (in NEsper.Runtime.dll) Version: 8.0.0.0
Syntax
C#
public DeploymentOptions WithStatementNameRuntime(
	StatementNameRuntimeOption statementNameRuntime
)

Parameters

statementNameRuntime
Type: com.espertech.esper.runtime.client.optionStatementNameRuntimeOption
callback

Return Value

Type: DeploymentOptions
itself
See Also