Click or drag to resize

EPCompiledManifest Class

Manifest is part of the and provides information for the runtime that allows it to use the byte code.
Inheritance Hierarchy
SystemObject
  com.espertech.esper.common.clientEPCompiledManifest

Namespace:  com.espertech.esper.common.client
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
[SerializableAttribute]
public class EPCompiledManifest

The EPCompiledManifest type exposes the following members.

Constructors
  NameDescription
Public methodEPCompiledManifest
Ctor.
Top
Properties
  NameDescription
Public propertyCompilerVersion
Returns the compiler version.
Public propertyModuleProviderClassName
Returns the class name of the class providing the module, or null for fire-and-forget query
Public propertyQueryProviderClassName
Returns the class name of the class providing the fire-and-forget query, or null when this is a module
Top
Methods
  NameDescription
Public methodStatic memberRead
Read the manifest from input.
Public methodWrite
Write the manifest to output.
Top
See Also