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 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 org.infinispan.commands.module.ModuleCommandFactory
getModuleCommandFactory()
org.infinispan.commands.module.ModuleCommandInitializer
getModuleCommandInitializer()
-
-
-
Method Detail
-
getModuleCommandFactory
public org.infinispan.commands.module.ModuleCommandFactory getModuleCommandFactory()
- Specified by:
getModuleCommandFactory
in interfaceorg.infinispan.commands.module.ModuleCommandExtensions
-
getModuleCommandInitializer
public org.infinispan.commands.module.ModuleCommandInitializer getModuleCommandInitializer()
- Specified by:
getModuleCommandInitializer
in interfaceorg.infinispan.commands.module.ModuleCommandExtensions
-
-