Interface CacheContainerServiceInstallerProvider

All Superinterfaces:
BiFunction<String,String,Iterable<org.wildfly.subsystem.service.ServiceInstaller>>

public interface CacheContainerServiceInstallerProvider extends BiFunction<String,String,Iterable<org.wildfly.subsystem.service.ServiceInstaller>>
SPI for providing services on behalf of a cache container.
Author:
Paul Ferraro