Package org.wildfly.service
Interface Installer.AsyncBuilder<B>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Basync()Indicates that the installed service should start and, if a stop task is configured, stop asynchronously.
-
-
-
Method Detail
-
async
B async()
Indicates that the installed service should start and, if a stop task is configured, stop asynchronously.- Returns:
- a reference to this builder
-
-