 | ConfigurationConfigure Method (String) |
Use the configuration specified in the given application
resource. The format of the resource is defined in
esper-configuration-(version).xsd.
The resource is found via getConfigurationInputStream(resource).
That method can be overridden to implement an arbitrary lookup strategy.
See getResourceAsStream for information on how the resource name is resolved.
Namespace:
com.espertech.esper.common.client.configuration
Assembly:
NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntaxpublic Configuration Configure(
string resource
)
Parameters
- resource
- Type: SystemString
if the file name of the resource
Return Value
Type:
ConfigurationConfiguration initialized from the resource
See Also