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