Interface DefaultChannelServiceInstallerProvider

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

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