Click or drag to resize

ConfigurationRuntimeAddPluginLoader Method (String, String)

Add a plugin loader (f.e. an input/output adapter loader) without any additional loader configuration

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
)

Parameters

loaderName
Type: SystemString
is the name of the loader
className
Type: SystemString
is the fully-qualified classname of the loader class
See Also