Class CacheSingletonServiceTargetFactoryServiceInstallerProvider
java.lang.Object
org.wildfly.extension.clustering.singleton.CacheSingletonServiceTargetFactoryServiceInstallerProvider
- All Implemented Interfaces:
Function<BinaryServiceConfiguration,,Iterable<org.wildfly.subsystem.service.ServiceInstaller>> ClusteredCacheServiceInstallerProvider
@MetaInfServices(org.wildfly.clustering.server.service.ClusteredCacheServiceInstallerProvider.class)
public class CacheSingletonServiceTargetFactoryServiceInstallerProvider
extends Object
implements ClusteredCacheServiceInstallerProvider
Installs services per cache for supporting distributed singleton services.
- Author:
- Paul Ferraro
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionIterable<org.wildfly.subsystem.service.ServiceInstaller>apply(BinaryServiceConfiguration configuration)
-
Constructor Details
-
CacheSingletonServiceTargetFactoryServiceInstallerProvider
public CacheSingletonServiceTargetFactoryServiceInstallerProvider()
-
-
Method Details
-
apply
public Iterable<org.wildfly.subsystem.service.ServiceInstaller> apply(BinaryServiceConfiguration configuration) - Specified by:
applyin interfaceFunction<BinaryServiceConfiguration,Iterable<org.wildfly.subsystem.service.ServiceInstaller>>
-