Uses of Class
org.wildfly.service.AsyncServiceBuilder.Async
-
Packages that use AsyncServiceBuilder.Async Package Description org.wildfly.service -
-
Uses of AsyncServiceBuilder.Async in org.wildfly.service
Methods in org.wildfly.service that return AsyncServiceBuilder.Async Modifier and Type Method Description static AsyncServiceBuilder.AsyncAsyncServiceBuilder.Async. valueOf(String name)Returns the enum constant of this type with the specified name.static AsyncServiceBuilder.Async[]AsyncServiceBuilder.Async. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.wildfly.service with parameters of type AsyncServiceBuilder.Async Constructor Description AsyncServiceBuilder(org.jboss.msc.service.ServiceBuilder<T> builder, Supplier<Executor> executor, AsyncServiceBuilder.Async async)Decorates a service builder transparently applying asynchronous start/stop semantics.
-