Class BifroMQPluginDescriptor

java.lang.Object
com.baidu.bifromq.plugin.BifroMQPluginDescriptor

public class BifroMQPluginDescriptor extends Object
The descriptor of BifroMQPlugin passed by BifroMQPluginManager during plugin initialization.
  • Constructor Details

    • BifroMQPluginDescriptor

      public BifroMQPluginDescriptor(org.pf4j.PluginDescriptor descriptor, Path pluginRoot, ClassLoader classLoader, boolean isDevelopment)
      Constructor of BifroMQPluginContext.
      Parameters:
      descriptor - the descriptor of the plugin
      pluginRoot - the root path of the plugin
      classLoader - the plugin specific classloader
      isDevelopment - the runtime mode