Package com.baidu.bifromq.plugin
Class BifroMQPluginDescriptor
java.lang.Object
com.baidu.bifromq.plugin.BifroMQPluginDescriptor
The descriptor of BifroMQPlugin passed by BifroMQPluginManager during plugin initialization.
-
Constructor Summary
ConstructorsConstructorDescriptionBifroMQPluginDescriptor(org.pf4j.PluginDescriptor descriptor, Path pluginRoot, ClassLoader classLoader, boolean isDevelopment) Constructor of BifroMQPluginContext. -
Method Summary
-
Constructor Details
-
BifroMQPluginDescriptor
public BifroMQPluginDescriptor(org.pf4j.PluginDescriptor descriptor, Path pluginRoot, ClassLoader classLoader, boolean isDevelopment) Constructor of BifroMQPluginContext.- Parameters:
descriptor- the descriptor of the pluginpluginRoot- the root path of the pluginclassLoader- the plugin specific classloaderisDevelopment- the runtime mode
-