Class ConfigurationServiceInstallerFactory
java.lang.Object
org.wildfly.clustering.infinispan.service.ConfigurationServiceInstallerFactory
- All Implemented Interfaces:
Function<BinaryServiceConfiguration,org.wildfly.subsystem.service.ServiceInstaller>
public class ConfigurationServiceInstallerFactory
extends Object
implements Function<BinaryServiceConfiguration,org.wildfly.subsystem.service.ServiceInstaller>
Configures a
Service providing a cache Configuration.- Author:
- Paul Ferraro
-
Constructor Summary
ConstructorsConstructorDescriptionConfigurationServiceInstallerFactory(Consumer<org.infinispan.configuration.cache.ConfigurationBuilder> configurator, Iterable<Consumer<org.jboss.as.controller.RequirementServiceBuilder<?>>> dependencies) -
Method Summary
Modifier and TypeMethodDescriptionorg.wildfly.subsystem.service.ServiceInstallerapply(BinaryServiceConfiguration configuration)
-
Constructor Details
-
ConfigurationServiceInstallerFactory
-
-
Method Details
-
apply
public org.wildfly.subsystem.service.ServiceInstaller apply(BinaryServiceConfiguration configuration) - Specified by:
applyin interfaceFunction<BinaryServiceConfiguration,org.wildfly.subsystem.service.ServiceInstaller>
-