Click or drag to resize

PluginLoaderInitContext Class

Context for plugin initialization.
Inheritance Hierarchy
SystemObject
  com.espertech.esper.runtime.client.pluginPluginLoaderInitContext

Namespace:  com.espertech.esper.runtime.client.plugin
Assembly:  NEsper.Runtime (in NEsper.Runtime.dll) Version: 8.0.0.0
Syntax
C#
public class PluginLoaderInitContext

The PluginLoaderInitContext type exposes the following members.

Constructors
  NameDescription
Public methodPluginLoaderInitContext
Initialization context for use with the adapter loader.
Top
Properties
  NameDescription
Public propertyConfigXml
Returns plugin configuration XML, if any.
Public propertyName
Returns plugin name.
Public propertyProperties
Returns plugin properties.
Public propertyRuntime
Returns the runtimeloading the plugin.
Top
See Also