 | ConfigurationConfigure Method (Uri) |
Use the configuration specified by the given URL.
The format of the document obtained from the URL is defined in
esper-configuration-(version).xsd.
Namespace:
com.espertech.esper.common.client.configuration
Assembly:
NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntaxpublic Configuration Configure(
Uri url
)
Parameters
- url
- Type: SystemUri
URL from which you wish to load the configuration
Return Value
Type:
ConfigurationA configuration configured via the file
See Also