Class BiUnaryServiceInstallerProvider<T>

java.lang.Object
org.wildfly.extension.clustering.server.BiUnaryServiceInstallerProvider<T>
All Implemented Interfaces:
BiFunction<String,String,Iterable<org.wildfly.subsystem.service.ServiceInstaller>>
Direct Known Subclasses:
CacheContainerCommandDispatcherFactoryServiceInstallerProvider

public class BiUnaryServiceInstallerProvider<T> extends Object implements BiFunction<String,String,Iterable<org.wildfly.subsystem.service.ServiceInstaller>>
Author:
Paul Ferraro
  • Constructor Details

    • BiUnaryServiceInstallerProvider

      protected BiUnaryServiceInstallerProvider(org.wildfly.service.descriptor.UnaryServiceDescriptor<T> descriptor, BiFunction<String,String,org.wildfly.subsystem.service.ServiceInstaller> installerFactory, Function<String,JndiName> jndiNameFactory)
  • Method Details