Uses of Interface
com.espertech.esper.runtime.client.option.StatementUserObjectRuntimeOption
Package
Description
Runtime API: Runs compiled EPL.
-
Uses of StatementUserObjectRuntimeOption in com.espertech.esper.runtime.client
Modifier and TypeMethodDescriptionDeploymentOptions.getStatementUserObjectRuntime()
Returns the callback providing a runtime statement user object that can be obtained usingEPStatement.getUserObjectRuntime()
Modifier and TypeMethodDescriptionDeploymentOptions.setStatementUserObjectRuntime
(StatementUserObjectRuntimeOption statementUserObjectRuntime) Sets the callback providing a runtime statement user object that can be obtained usingEPStatement.getUserObjectRuntime()
-
Uses of StatementUserObjectRuntimeOption in com.espertech.esper.runtime.internal.kernel.service
Modifier 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)