Class FilteredBinaryServiceInstallerProvider
java.lang.Object
org.wildfly.clustering.server.service.FilteredBinaryServiceInstallerProvider
- All Implemented Interfaces:
BiFunction<org.jboss.as.controller.capability.CapabilityServiceSupport,BinaryServiceConfiguration, Iterable<org.wildfly.subsystem.service.ServiceInstaller>>
public class FilteredBinaryServiceInstallerProvider
extends Object
implements BiFunction<org.jboss.as.controller.capability.CapabilityServiceSupport,BinaryServiceConfiguration,Iterable<org.wildfly.subsystem.service.ServiceInstaller>>
SPI for providing select services on behalf of a cache.
- Author:
- Paul Ferraro
-
Constructor Summary
ConstructorsConstructorDescriptionFilteredBinaryServiceInstallerProvider(Set<? extends org.wildfly.service.descriptor.BinaryServiceDescriptor<?>> descriptors) -
Method Summary
Modifier and TypeMethodDescriptionIterable<org.wildfly.subsystem.service.ServiceInstaller>apply(org.jboss.as.controller.capability.CapabilityServiceSupport support, BinaryServiceConfiguration configuration) 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
-
FilteredBinaryServiceInstallerProvider
public FilteredBinaryServiceInstallerProvider(Set<? extends org.wildfly.service.descriptor.BinaryServiceDescriptor<?>> descriptors)
-
-
Method Details
-
apply
public Iterable<org.wildfly.subsystem.service.ServiceInstaller> apply(org.jboss.as.controller.capability.CapabilityServiceSupport support, BinaryServiceConfiguration configuration) - Specified by:
applyin interfaceBiFunction<org.jboss.as.controller.capability.CapabilityServiceSupport,BinaryServiceConfiguration, Iterable<org.wildfly.subsystem.service.ServiceInstaller>>
-