Class HotRodModuleCommandExtensions
- java.lang.Object
- 
- org.infinispan.server.hotrod.command.HotRodModuleCommandExtensions
 
- 
- All Implemented Interfaces:
- org.infinispan.commands.module.ModuleCommandExtensions
 
 public final class HotRodModuleCommandExtensions extends Object implements org.infinispan.commands.module.ModuleCommandExtensions It register theHotRodCommandFactoryandHotRodCommandInitializerto handle theCacheRpcCommandused by this module.- Since:
- 9.1
- Author:
- Pedro Ruivo
 
- 
- 
Constructor SummaryConstructors Constructor Description HotRodModuleCommandExtensions()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description org.infinispan.commands.module.ModuleCommandFactorygetModuleCommandFactory()org.infinispan.commands.module.ModuleCommandInitializergetModuleCommandInitializer()
 
- 
- 
- 
Method Detail- 
getModuleCommandFactorypublic org.infinispan.commands.module.ModuleCommandFactory getModuleCommandFactory() - Specified by:
- getModuleCommandFactoryin interface- org.infinispan.commands.module.ModuleCommandExtensions
 
 - 
getModuleCommandInitializerpublic org.infinispan.commands.module.ModuleCommandInitializer getModuleCommandInitializer() - Specified by:
- getModuleCommandInitializerin interface- org.infinispan.commands.module.ModuleCommandExtensions
 
 
- 
 
-