Class DefaultUnaryServiceInstallerProvider<T>

java.lang.Object
org.wildfly.extension.clustering.server.DefaultUnaryServiceInstallerProvider<T>
All Implemented Interfaces:
BiFunction<org.jboss.as.controller.capability.CapabilityServiceSupport,String,Iterable<org.wildfly.subsystem.service.ServiceInstaller>>
Direct Known Subclasses:
DefaultCommandDispatcherFactoryServiceInstallerProvider, DefaultGroupServiceInstallerProvider, DefaultLegacyCommandDispatcherFactoryServiceInstallerProvider, DefaultLegacyGroupServiceInstallerProvider

public class DefaultUnaryServiceInstallerProvider<T> extends Object implements BiFunction<org.jboss.as.controller.capability.CapabilityServiceSupport,String,Iterable<org.wildfly.subsystem.service.ServiceInstaller>>
Author:
Paul Ferraro
  • Constructor Details

    • DefaultUnaryServiceInstallerProvider

      protected DefaultUnaryServiceInstallerProvider(org.wildfly.service.descriptor.UnaryServiceDescriptor<T> descriptor, Function<String,JndiName> jndiNameFactory)
  • Method Details

    • apply

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