Click or drag to resize

DeploymentOptions Class

Option holder for use with .
Inheritance Hierarchy
SystemObject
  com.espertech.esper.runtime.clientDeploymentOptions

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

The DeploymentOptions type exposes the following members.

Constructors
  NameDescription
Public methodDeploymentOptions
Initializes a new instance of the DeploymentOptions class
Top
Properties
  NameDescription
Public propertyDeploymentId
Returns the deployment id if one should be assigned; A null value causes the runtime to generate and assign a deployment id.
Public propertyDeploymentLockStrategy
Return the deployment lock strategy, the default is
Public propertyStatementNameRuntime
Returns the callback overriding the statement name that identifies the statement within the deployment and that can be obtained using Name
Public propertyStatementSubstitutionParameter
Returns the callback providing values for substitution parameters.
Public propertyStatementUserObjectRuntime
Returns the callback providing a runtime statement user object that can be obtained using UserObjectRuntime
Top
Methods
  NameDescription
Public methodWithDeploymentId
Sets the deployment id if one should be assigned; A null value causes the runtime to generate and assign a deployment id.
Public methodWithDeploymentLockStrategy
Sets the deployment lock strategy, the default is
Public methodWithStatementNameRuntime
Sets the callback overriding the statement name that identifies the statement within the deployment and that can be obtained using Name
Public methodWithStatementSubstitutionParameter
Sets the callback providing values for substitution parameters.
Public methodWithStatementUserObjectRuntime
Sets the callback providing a runtime statement user object that can be obtained using UserObjectRuntime
Top
See Also