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 Summary
ConstructorsModifierConstructorDescriptionprotectedBiUnaryServiceInstallerProvider(org.wildfly.service.descriptor.UnaryServiceDescriptor<T> descriptor, BiFunction<String, String, org.wildfly.subsystem.service.ServiceInstaller> installerFactory, Function<String, JndiName> jndiNameFactory) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.function.BiFunction
andThen
-
Constructor Details
-
BiUnaryServiceInstallerProvider
-
-
Method Details
-
apply
- Specified by:
applyin interfaceBiFunction<String,String, Iterable<org.wildfly.subsystem.service.ServiceInstaller>>
-