Package org.elasticsearch.plugins
Interface ExtensiblePlugin
public interface ExtensiblePlugin
An extension point for
Plugin implementations 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.
-
Method Details
-
reloadSPI
default void reloadSPI(java.lang.ClassLoader loader)Reload any SPI implementations from the given classloader.
-