Package org.elasticsearch.plugins
Interface ExtensiblePlugin
-
public interface ExtensiblePluginAn extension point forPluginimplementations to be themselves extensible. This class provides a callback for extensible plugins to be informed of other plugins which extend them.
-
-
Method Summary
Modifier and Type Method Description default voidreloadSPI(java.lang.ClassLoader loader)Reload any SPI implementations from the given classloader.
-