Class: Runtime

Runtime

Runtime
Represents a runtime related to the CEP infrastructure.
Extensions can declare dependencies on particular
CEP runtime versions in the extension manifest.


new Runtime(name, version)

Parameters:
Name Type Description
name string

The runtime name.

version

A VersionRange object that defines a range of valid versions.

Source:
Returns:

A new Runtime object.