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