Class HotRodModuleCommandExtensions
- java.lang.Object
-
- org.infinispan.server.hotrod.command.HotRodModuleCommandExtensions
-
- All Implemented Interfaces:
ModuleCommandExtensions
public final class HotRodModuleCommandExtensions extends Object implements ModuleCommandExtensions
It register theHotRodCommandFactory
andHotRodCommandInitializer
to handle theCacheRpcCommand
used by this module.- Since:
- 9.1
- Author:
- Pedro Ruivo
-
-
Constructor Summary
Constructors Constructor Description HotRodModuleCommandExtensions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ModuleCommandFactory
getModuleCommandFactory()
ModuleCommandInitializer
getModuleCommandInitializer()
-
-
-
Method Detail
-
getModuleCommandFactory
public ModuleCommandFactory getModuleCommandFactory()
- Specified by:
getModuleCommandFactory
in interfaceModuleCommandExtensions
-
getModuleCommandInitializer
public ModuleCommandInitializer getModuleCommandInitializer()
- Specified by:
getModuleCommandInitializer
in interfaceModuleCommandExtensions
-
-