Class DefaultRegistryFactoryServiceInstallerProvider<K,V>
java.lang.Object
org.wildfly.extension.clustering.server.DefaultBinaryServiceInstallerProvider<org.wildfly.clustering.server.registry.RegistryFactory<org.wildfly.clustering.server.GroupMember,K,V>>
org.wildfly.extension.clustering.server.registry.DefaultRegistryFactoryServiceInstallerProvider<K,V>
- All Implemented Interfaces:
BiFunction<org.jboss.as.controller.capability.CapabilityServiceSupport,,BinaryServiceConfiguration, Iterable<org.wildfly.subsystem.service.ServiceInstaller>> DefaultCacheServiceInstallerProvider
@MetaInfServices(org.wildfly.clustering.server.service.DefaultCacheServiceInstallerProvider.class)
public class DefaultRegistryFactoryServiceInstallerProvider<K,V>
extends DefaultBinaryServiceInstallerProvider<org.wildfly.clustering.server.registry.RegistryFactory<org.wildfly.clustering.server.GroupMember,K,V>>
implements DefaultCacheServiceInstallerProvider
- Author:
- Paul Ferraro
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.wildfly.extension.clustering.server.DefaultBinaryServiceInstallerProvider
applyMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.function.BiFunction
andThen, apply
-
Constructor Details
-
DefaultRegistryFactoryServiceInstallerProvider
public DefaultRegistryFactoryServiceInstallerProvider()
-