Interface LocalServiceInstallerProvider

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

public interface LocalServiceInstallerProvider extends BiFunction<org.jboss.as.controller.capability.CapabilityServiceSupport,String,Iterable<org.wildfly.subsystem.service.ServiceInstaller>>
SPI for providing local services.
Author:
Paul Ferraro