 | EPCompilerReadModule Method (Uri) |
Read the module by reading from the URL provided and return the module.
Namespace:
com.espertech.esper.compiler.client
Assembly:
NEsper.Compiler (in NEsper.Compiler.dll) Version: 8.0.0.0
SyntaxModule ReadModule(
Uri url
)
Parameters
- url
- Type: SystemUri
the URL to read
Return Value
Type:
Modulemodule
See Also