Package org.infinispan.commands.module
Interface ModuleCommandExtensions
-
public interface ModuleCommandExtensions
Module command extensions- 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()
-
-