 | ConfigurationRuntimeAddPluginLoader Method (String, String, Properties) |
Add a plugin loader (f.e. an input/output adapter loader).
The class is expected to implement the PluginLoader interface.
.
Namespace:
com.espertech.esper.common.client.configuration.runtime
Assembly:
NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntaxpublic void AddPluginLoader(
string loaderName,
string className,
Properties configuration
)
Parameters
- loaderName
- Type: SystemString
is the name of the loader - className
- Type: SystemString
is the fully-qualified classname of the loader class - configuration
- Type: com.espertech.esper.compatProperties
is loader cofiguration entries
See Also