Class LegacyDefaultServiceProviderRegistryServiceInstallerProvider<T>
java.lang.Object
org.wildfly.extension.clustering.server.DefaultBinaryServiceInstallerProvider<ServiceProviderRegistry<T>>
org.wildfly.extension.clustering.server.provider.legacy.LegacyDefaultServiceProviderRegistryServiceInstallerProvider<T>
- All Implemented Interfaces:
BiFunction<org.jboss.as.controller.capability.CapabilityServiceSupport,,BinaryServiceConfiguration, Iterable<org.wildfly.subsystem.service.ServiceInstaller>> DefaultCacheServiceInstallerProvider
@Deprecated
@MetaInfServices(org.wildfly.clustering.server.service.DefaultCacheServiceInstallerProvider.class)
public class LegacyDefaultServiceProviderRegistryServiceInstallerProvider<T>
extends DefaultBinaryServiceInstallerProvider<ServiceProviderRegistry<T>>
implements DefaultCacheServiceInstallerProvider
Deprecated.
- 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
-
LegacyDefaultServiceProviderRegistryServiceInstallerProvider
public LegacyDefaultServiceProviderRegistryServiceInstallerProvider()Deprecated.
-