Click or drag to resize

PluginLoaderInit Method

Initializes the adapter loader.

Invoked before the engine instance is fully initialized. Thereby this is not the place to look up an engine instance from and use it. Use the PostInitialize method instead.

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

Parameters

context
Type: com.espertech.esper.runtime.client.pluginPluginLoaderInitContext
the plug in context
See Also