Class PluginLoaderInitContext

java.lang.Object
com.espertech.esper.runtime.client.plugin.PluginLoaderInitContext

public class PluginLoaderInitContext extends Object
Context for plugin initialization.
  • Constructor Details

    • PluginLoaderInitContext

      public PluginLoaderInitContext(String name, Properties properties, String configXml, EPRuntime runtime)
      Initialization context for use with the adapter loader.
      Parameters:
      name - is the loader name
      properties - is a set of properties from the configuration
      runtime - is the SPI of the runtimeitself for sending events to
      configXml - config xml
  • Method Details

    • getName

      public String getName()
      Returns plugin name.
      Returns:
      plugin name
    • getProperties

      public Properties getProperties()
      Returns plugin properties.
      Returns:
      plugin properties
    • getConfigXml

      public String getConfigXml()
      Returns plugin configuration XML, if any.
      Returns:
      configuration XML
    • getRuntime

      public EPRuntime getRuntime()
      Returns the runtimeloading the plugin.
      Returns:
      runtime