Class LegacyGroupServiceInstallerFactory<M extends org.wildfly.clustering.server.GroupMember,G extends org.wildfly.clustering.server.Group<M>>

java.lang.Object
org.wildfly.extension.clustering.server.group.legacy.LegacyGroupServiceInstallerFactory<M,G>
All Implemented Interfaces:
Function<String,org.wildfly.subsystem.service.ServiceInstaller>

@Deprecated public class LegacyGroupServiceInstallerFactory<M extends org.wildfly.clustering.server.GroupMember,G extends org.wildfly.clustering.server.Group<M>> extends Object implements Function<String,org.wildfly.subsystem.service.ServiceInstaller>
Deprecated.
Author:
Paul Ferraro
  • Method Details

    • apply

      public org.wildfly.subsystem.service.ServiceInstaller apply(String name)
      Deprecated.
      Specified by:
      apply in interface Function<M extends org.wildfly.clustering.server.GroupMember,G extends org.wildfly.clustering.server.Group<M>>