Interface CacheContainerServiceInstallerProvider
- All Superinterfaces:
BiFunction<org.jboss.as.controller.capability.CapabilityServiceSupport,Map.Entry<String, String>, Iterable<org.wildfly.subsystem.service.ServiceInstaller>>
public interface CacheContainerServiceInstallerProvider
extends BiFunction<org.jboss.as.controller.capability.CapabilityServiceSupport,Map.Entry<String,String>,Iterable<org.wildfly.subsystem.service.ServiceInstaller>>
SPI for providing services on behalf of a cache container.
- Author:
- Paul Ferraro
-
Method Summary
Methods inherited from interface java.util.function.BiFunction
andThen, apply