Package org.apache.ignite.plugin
Interface ExtensionRegistry
-
public interface ExtensionRegistry
Context that allows to register extensions.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <T extends Extension>
voidregisterExtension(Class<T> extensionItf, T extensionImpl)
Registers extension provided by plugin.
-