Class CacheContainerGroupServiceInstallerProvider

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

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

    • CacheContainerGroupServiceInstallerProvider

      public CacheContainerGroupServiceInstallerProvider()
  • Method Details

    • apply

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