Interface CapabilityServiceTarget

All Superinterfaces:
RequirementServiceTarget, org.jboss.msc.service.ServiceTarget

public interface CapabilityServiceTarget extends RequirementServiceTarget
The target of ServiceBuilder for capability installations. CapabilityServiceBuilder to be installed on a target should be retrieved by calling addService(). Notice that installation will only take place after ServiceBuilder.install() is invoked. CapabilityServiceBuilder that are not installed are ignored.
Author:
Tomaz Cerar (c) 2017 Red Hat Inc., Richard Opalka, Paul Ferraro