Class LegacyRegistryFactoryServiceInstallerProvider<K,V>
java.lang.Object
org.wildfly.extension.clustering.server.BinaryServiceInstallerProvider<RegistryFactory<K,V>>
org.wildfly.extension.clustering.server.registry.legacy.LegacyRegistryFactoryServiceInstallerProvider<K,V>
- All Implemented Interfaces:
Function<BinaryServiceConfiguration,Iterable<org.wildfly.subsystem.service.ServiceInstaller>>
- Direct Known Subclasses:
LegacyCacheRegistryFactoryServiceInstallerProvider,LegacyLocalRegistryFactoryServiceInstallerProvider
@Deprecated
public class LegacyRegistryFactoryServiceInstallerProvider<K,V>
extends BinaryServiceInstallerProvider<RegistryFactory<K,V>>
Deprecated.
- Author:
- Paul Ferraro
-
Constructor Summary
ConstructorsConstructorDescriptionLegacyRegistryFactoryServiceInstallerProvider(BinaryServiceInstallerFactory<RegistryFactory<K, V>> installerFactory) Deprecated. -
Method Summary
Methods inherited from class org.wildfly.extension.clustering.server.BinaryServiceInstallerProvider
apply
-
Constructor Details
-
LegacyRegistryFactoryServiceInstallerProvider
public LegacyRegistryFactoryServiceInstallerProvider(BinaryServiceInstallerFactory<RegistryFactory<K, V>> installerFactory) Deprecated.
-