Hi ,
I am having a look at the plugin provider to write a plugin. I am confused
between these two methods :
<T extends IgnitePlugin> T plugin();
@Nullable
<T> T createComponent(PluginContext var1, Class<T> var2);
1. What is the difference between the class returned by each of the method ?
Are they both supposed to return an implementation of the plugin.
2. If the answer to the above is yes, why do we need two of these methods ?
regards,
Veena.
--
Sent from: http://apache-ignite-users.70518.x6.nabble.com/