org.infinispan.commands.module.ModuleCommandExtensions Maven / Gradle / Ivy
package org.infinispan.commands.module;
/**
* Module command extensions
*
* @author Galder Zamarreño
* @since 5.1
*/
public interface ModuleCommandExtensions {
ExtendedModuleCommandFactory getModuleCommandFactory();
ModuleCommandInitializer getModuleCommandInitializer();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy