Uses of Enum Class
org.wildfly.service.AsyncServiceBuilder.Async
Packages that use AsyncServiceBuilder.Async
Package
Description
-
Uses of AsyncServiceBuilder.Async in org.wildfly.service
Methods in org.wildfly.service that return AsyncServiceBuilder.AsyncModifier and TypeMethodDescriptionstatic AsyncServiceBuilder.AsyncReturns the enum constant of this class with the specified name.static AsyncServiceBuilder.Async[]AsyncServiceBuilder.Async.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.wildfly.service with parameters of type AsyncServiceBuilder.AsyncModifierConstructorDescriptionAsyncServiceBuilder(ServiceBuilder<T> builder, Supplier<Executor> executor, AsyncServiceBuilder.Async async) Decorates a service builder transparently applying asynchronous start/stop semantics. -
Uses of AsyncServiceBuilder.Async in org.wildfly.subsystem.service
Constructors in org.wildfly.subsystem.service with parameters of type AsyncServiceBuilder.AsyncModifierConstructorDescriptionAsyncServiceBuilder(org.jboss.as.controller.RequirementServiceBuilder<T> builder, AsyncServiceBuilder.Async async) -
Uses of AsyncServiceBuilder.Async in org.wildfly.subsystem.service.capability
Constructors in org.wildfly.subsystem.service.capability with parameters of type AsyncServiceBuilder.AsyncModifierConstructorDescriptionAsyncCapabilityServiceBuilder(org.jboss.as.controller.CapabilityServiceBuilder<T> builder, AsyncServiceBuilder.Async async)