Class LegacyCommandDispatcherFactoryServiceInstallerFactory<M extends org.wildfly.clustering.server.GroupMember,F extends org.wildfly.clustering.server.dispatcher.CommandDispatcherFactory<M>>

java.lang.Object
org.wildfly.extension.clustering.server.dispatcher.legacy.LegacyCommandDispatcherFactoryServiceInstallerFactory<M,F>
All Implemented Interfaces:
BiFunction<org.jboss.as.controller.capability.CapabilityServiceSupport,String,org.wildfly.subsystem.service.ServiceInstaller>

@Deprecated public class LegacyCommandDispatcherFactoryServiceInstallerFactory<M extends org.wildfly.clustering.server.GroupMember,F extends org.wildfly.clustering.server.dispatcher.CommandDispatcherFactory<M>> extends Object implements BiFunction<org.jboss.as.controller.capability.CapabilityServiceSupport,String,org.wildfly.subsystem.service.ServiceInstaller>
Deprecated.
Author:
Paul Ferraro
  • Method Details

    • apply

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