Click or drag to resize

ConfigurationRuntimeAddPluginLoader Method (String, String, Properties, String)

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
Syntax
C#
public void AddPluginLoader(
	string loaderName,
	string className,
	Properties configuration,
	string configurationXML
)

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
configurationXML
Type: SystemString
config xml if any
See Also