Uses of Class
com.espertech.esper.common.client.EPCompiledManifest
Packages that use EPCompiledManifest
Package
Description
Common API: Classes that are generally relevant to both the compiler API and the processEvent API.
-
Uses of EPCompiledManifest in com.espertech.esper.common.client
Methods in com.espertech.esper.common.client that return EPCompiledManifestModifier and TypeMethodDescriptionEPCompiled.getManifest()
Returns a manifest objectstatic EPCompiledManifest
Read the manifest from input.Constructors in com.espertech.esper.common.client with parameters of type EPCompiledManifestModifierConstructorDescriptionEPCompiled
(Map<String, byte[]> classes, EPCompiledManifest manifest) Ctor.