Class FilteredBinaryServiceInstallerProvider

java.lang.Object
org.wildfly.clustering.server.service.FilteredBinaryServiceInstallerProvider
All Implemented Interfaces:
Function<BinaryServiceConfiguration,Iterable<org.wildfly.subsystem.service.ServiceInstaller>>

public class FilteredBinaryServiceInstallerProvider extends Object implements Function<BinaryServiceConfiguration,Iterable<org.wildfly.subsystem.service.ServiceInstaller>>
SPI for providing select services on behalf of a cache.
Author:
Paul Ferraro
  • Constructor Details

    • FilteredBinaryServiceInstallerProvider

      public FilteredBinaryServiceInstallerProvider(Set<? extends org.wildfly.service.descriptor.BinaryServiceDescriptor<?>> descriptors)
  • Method Details