Package org.infinispan.commands.module
Interface ModuleCommandExtensions
-
public interface ModuleCommandExtensions
Module command extensions. To use this hook, you would need to implement this interface and take the necessary steps to make it discoverable by theServiceLoader
mechanism.- Since:
- 5.1
- Author:
- Galder ZamarreƱo
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ModuleCommandFactory
getModuleCommandFactory()
ModuleCommandInitializer
getModuleCommandInitializer()
-
-
-
Method Detail
-
getModuleCommandFactory
ModuleCommandFactory getModuleCommandFactory()
-
getModuleCommandInitializer
ModuleCommandInitializer getModuleCommandInitializer()
-
-