Class LegacyCacheContainerGroupServiceInstallerProvider

java.lang.Object
org.wildfly.extension.clustering.server.group.legacy.LegacyCacheContainerGroupServiceInstallerProvider
All Implemented Interfaces:
BiFunction<org.jboss.as.controller.capability.CapabilityServiceSupport,Map.Entry<String,String>,Iterable<org.wildfly.subsystem.service.ServiceInstaller>>, CacheContainerServiceInstallerProvider

@Deprecated @MetaInfServices(org.wildfly.clustering.server.service.CacheContainerServiceInstallerProvider.class) public class LegacyCacheContainerGroupServiceInstallerProvider extends Object implements CacheContainerServiceInstallerProvider
Deprecated.
Author:
Paul Ferraro
  • Constructor Details

    • LegacyCacheContainerGroupServiceInstallerProvider

      public LegacyCacheContainerGroupServiceInstallerProvider()
      Deprecated.
  • Method Details

    • apply

      public Iterable<org.wildfly.subsystem.service.ServiceInstaller> apply(org.jboss.as.controller.capability.CapabilityServiceSupport support, Map.Entry<String,String> entry)
      Deprecated.
      Specified by:
      apply in interface BiFunction<org.jboss.as.controller.capability.CapabilityServiceSupport,Map.Entry<String,String>,Iterable<org.wildfly.subsystem.service.ServiceInstaller>>