![]() | PluginLoader Interface |
Namespace: com.espertech.esper.runtime.client.plugin
public interface PluginLoader : IDisposable
The PluginLoader type exposes the following members.
Name | Description | |
---|---|---|
![]() | Init |
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. |
![]() | PostInitialize |
Called after an engine instances has fully initialized and is already registered
with .
|