Package org.wildfly.subsystem.service
Interface ServiceInstaller.Builder<T,V>
-
- Type Parameters:
T- the source value typeV- the service value type
- All Superinterfaces:
org.wildfly.service.Installer.Builder<ServiceInstaller.Builder<T,V>,ServiceInstaller,RequirementServiceTarget,RequirementServiceBuilder<?>,T,V>
- Enclosing interface:
- ServiceInstaller
public static interface ServiceInstaller.Builder<T,V> extends org.wildfly.service.Installer.Builder<ServiceInstaller.Builder<T,V>,ServiceInstaller,RequirementServiceTarget,RequirementServiceBuilder<?>,T,V>
Builds aServiceInstaller.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ServiceInstaller.Builder<T,V>async()Indicates that the installed service should start and, if a stop task is configured, stop asynchronously.
-
-
-
Method Detail
-
async
ServiceInstaller.Builder<T,V> async()
Indicates that the installed service should start and, if a stop task is configured, stop asynchronously.- Returns:
- a reference to this builder
-
-