Click or drag to resize

ConfigurationRuntimePluginLoader Class

Holds configuration for a plugin such as an input/output adapter loader.
Inheritance Hierarchy
SystemObject
  com.espertech.esper.common.client.configuration.runtimeConfigurationRuntimePluginLoader

Namespace:  com.espertech.esper.common.client.configuration.runtime
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
[SerializableAttribute]
public class ConfigurationRuntimePluginLoader

The ConfigurationRuntimePluginLoader type exposes the following members.

Constructors
  NameDescription
Public methodConfigurationRuntimePluginLoader
Initializes a new instance of the ConfigurationRuntimePluginLoader class
Top
Properties
  NameDescription
Public propertyClassName
Returns the loader class name.
Public propertyConfigProperties
Returns loader configuration properties.
Public propertyConfigurationXML
Returns configuration XML for the plugin.
Public propertyLoaderName
Returns the loader name.
Top
Methods
  NameDescription
Public methodToString
Top
See Also