Interface LocalCacheServiceInstallerProvider

All Superinterfaces:
BiFunction<org.jboss.as.controller.capability.CapabilityServiceSupport,BinaryServiceConfiguration,Iterable<org.wildfly.subsystem.service.ServiceInstaller>>

public interface LocalCacheServiceInstallerProvider extends BiFunction<org.jboss.as.controller.capability.CapabilityServiceSupport,BinaryServiceConfiguration,Iterable<org.wildfly.subsystem.service.ServiceInstaller>>
SPI for providing services on behalf of a cache.
Author:
Paul Ferraro