Package | Description |
---|---|
com.espertech.esper.runtime.client |
Runtime API: Runs compiled EPL.
|
com.espertech.esper.runtime.client.option |
Deployment option callbacks.
|
Class and Description |
---|
DeploymentClassLoaderOption
Implement this interface to provide a custom class loader for a deployment.
|
StatementNameRuntimeOption
Implement this interface to provide a statement name at runtime for statements when they are deployed.
|
StatementSubstitutionParameterOption
Implement this interface to provide values for substitution parameters.
|
StatementUserObjectRuntimeOption
Implement this interface to provide a custom user object at runtime for statements when they are deployed.
|
Class and Description |
---|
DeploymentClassLoaderContext
Provides the environment to
DeploymentClassLoaderOption . |
StatementNameRuntimeContext
Provides the environment to
StatementNameRuntimeOption . |
StatementSubstitutionParameterContext
Provides the environment to
StatementSubstitutionParameterOption . |
StatementUserObjectRuntimeContext
Provides the environment to
StatementUserObjectRuntimeOption . |