Click or drag to resize

PluginLoaderInitContext Constructor

Initialization context for use with the adapter loader.

Namespace:  com.espertech.esper.runtime.client.plugin
Assembly:  NEsper.Runtime (in NEsper.Runtime.dll) Version: 8.0.0.0
Syntax
C#
public PluginLoaderInitContext(
	string name,
	Properties properties,
	string configXml,
	EPRuntime runtime
)

Parameters

name
Type: SystemString
is the loader name
properties
Type: com.espertech.esper.compatProperties
is a set of properties from the configuration
configXml
Type: SystemString
config xml
runtime
Type: com.espertech.esper.runtime.clientEPRuntime
is the SPI of the runtimeitself for sending events to
See Also