Class AsyncServiceBuilder<T>

java.lang.Object
org.jboss.msc.service.DelegatingServiceBuilder<T>
org.wildfly.service.AsyncServiceBuilder<T>
All Implemented Interfaces:
ServiceBuilder<T>
Direct Known Subclasses:
AsyncServiceBuilder

public class AsyncServiceBuilder<T> extends DelegatingServiceBuilder<T>
A ServiceBuilder decorator whose installed Service will start and/or stop asynchronously. This both reduces boilerplate code, and ensures that service implementors implement async behavior correctly.
Author:
Paul Ferraro