Uses of Interface
com.espertech.esper.runtime.client.option.StatementSubstitutionParameterOption
Packages that use StatementSubstitutionParameterOption
Package
Description
Runtime API: Runs compiled EPL.
-
Uses of StatementSubstitutionParameterOption in com.espertech.esper.runtime.client
Methods in com.espertech.esper.runtime.client that return StatementSubstitutionParameterOptionModifier and TypeMethodDescriptionDeploymentOptions.getStatementSubstitutionParameter()
Returns the callback providing values for substitution parameters.Methods in com.espertech.esper.runtime.client with parameters of type StatementSubstitutionParameterOptionModifier and TypeMethodDescriptionDeploymentOptions.setStatementSubstitutionParameter
(StatementSubstitutionParameterOption statementSubstitutionParameter) Sets the callback providing values for substitution parameters. -
Uses of StatementSubstitutionParameterOption in com.espertech.esper.runtime.internal.kernel.service
Methods in com.espertech.esper.runtime.internal.kernel.service with parameters of type StatementSubstitutionParameterOptionModifier and TypeMethodDescriptionstatic DeploymentInternal
Deployer.deployFresh
(String deploymentId, int statementIdFirstStatement, com.espertech.esper.common.client.EPCompiled compiled, StatementNameRuntimeOption statementNameResolverRuntime, StatementUserObjectRuntimeOption userObjectResolverRuntime, StatementSubstitutionParameterOption substitutionParameterResolver, DeploymentClassLoaderOption deploymentClassLoaderOption, EPRuntimeSPI epRuntime) static DeploymentInternal
Deployer.deployRecover
(String deploymentId, int statementIdFirstStatement, com.espertech.esper.common.client.EPCompiled compiled, StatementNameRuntimeOption statementNameResolverRuntime, StatementUserObjectRuntimeOption userObjectResolverRuntime, StatementSubstitutionParameterOption substitutionParameterResolver, DeploymentClassLoaderOption deploymentClassLoaderOption, EPRuntimeSPI epRuntime) DeployerHelperInitStatement.initializeStatements
(int rolloutItemNumber, boolean recovery, DeployerModuleEPLObjects moduleEPLObjects, DeployerModulePaths modulePaths, String moduleName, com.espertech.esper.common.internal.context.module.ModuleProviderCLPair moduleProvider, String deploymentId, int statementIdFirstStatement, StatementUserObjectRuntimeOption userObjectResolverRuntime, StatementNameRuntimeOption statementNameResolverRuntime, StatementSubstitutionParameterOption substitutionParameterResolver, EPServicesContext services)