Package org.wildfly.subsystem.service
Interface ServiceInstaller.UnaryBuilder<T,V>
- Type Parameters:
T- the source value typeV- the service value type
- All Superinterfaces:
Installer.BlockingBuilder<ServiceInstaller.UnaryBuilder<T,,V>> Installer.Builder<ServiceInstaller.UnaryBuilder<T,,V>, ServiceInstaller, org.jboss.as.controller.RequirementServiceTarget, org.jboss.as.controller.RequirementServiceBuilder<?>> Installer.UnaryBuilder<ServiceInstaller.UnaryBuilder<T,V>, ServiceInstaller, org.jboss.as.controller.RequirementServiceTarget, org.jboss.as.controller.RequirementServiceBuilder<?>, T, V>
- All Known Implementing Classes:
ServiceInstaller.DefaultUnaryBuilder
- Enclosing interface:
- ServiceInstaller
public static interface ServiceInstaller.UnaryBuilder<T,V>
extends Installer.BlockingBuilder<ServiceInstaller.UnaryBuilder<T,V>>, Installer.UnaryBuilder<ServiceInstaller.UnaryBuilder<T,V>,ServiceInstaller,org.jboss.as.controller.RequirementServiceTarget,org.jboss.as.controller.RequirementServiceBuilder<?>,T,V>
Builds a
ServiceInstaller whose installed service provides a single value.-
Method Summary
Methods inherited from interface org.wildfly.service.Installer.BlockingBuilder
blockingMethods inherited from interface org.wildfly.service.Installer.Builder
asActive, asPassive, build, onRemove, onStart, onStop, requires, requiresMethods inherited from interface org.wildfly.service.Installer.UnaryBuilder
onStart, onStop, provides, withCaptor