Package org.wildfly.service
Interface ServiceInstaller.AsyncBuilder<B>
-
- Type Parameters:
B- the builder type
- All Known Subinterfaces:
ServiceInstaller.Builder,ServiceInstaller.UnaryBuilder<T,V>
- All Known Implementing Classes:
ServiceInstaller.DefaultNullaryBuilder,ServiceInstaller.DefaultUnaryBuilder
- Enclosing interface:
- ServiceInstaller
public static interface ServiceInstaller.AsyncBuilder<B>Implemented by builds with asynchronous service support.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Basync(Supplier<Executor> executor)Indicates that the installed service should start and, if a stop task was specified, stop asynchronously.
-