Class HotRodModuleCommandExtensions

  • All Implemented Interfaces:
    org.infinispan.commands.module.ModuleCommandExtensions

    public final class HotRodModuleCommandExtensions
    extends java.lang.Object
    implements org.infinispan.commands.module.ModuleCommandExtensions
    It register the HotRodCommandFactory to handle the CacheRpcCommand used by this module.
    Since:
    9.1
    Author:
    Pedro Ruivo
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.infinispan.commands.module.ModuleCommandFactory getModuleCommandFactory()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface org.infinispan.commands.module.ModuleCommandExtensions

        getModuleCommandInitializer
    • Constructor Detail

      • HotRodModuleCommandExtensions

        public HotRodModuleCommandExtensions()
    • Method Detail

      • getModuleCommandFactory

        public org.infinispan.commands.module.ModuleCommandFactory getModuleCommandFactory()
        Specified by:
        getModuleCommandFactory in interface org.infinispan.commands.module.ModuleCommandExtensions