| Package | Description |
|---|---|
| org.wildfly.clustering.service | |
| org.wildfly.clustering.service.concurrent |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Builder<T>
Encapsulates the logic for building a service.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AliasServiceBuilder<T>
Builds an alias to another service.
|
class |
AsynchronousServiceBuilder<T>
Builder for asynchronously started/stopped services.
|
class |
SimpleBuilder<T> |
| Constructor and Description |
|---|
InjectedValueDependency(ServiceNameProvider provider,
Class<T> targetClass) |
InjectorDependency(ServiceNameProvider provider,
Class<T> targetClass,
org.jboss.msc.inject.Injector<T> injector) |
| Modifier and Type | Class and Description |
|---|---|
class |
CachedThreadPoolExecutorServiceBuilder
Service that provides an
Executor that uses a cached thread pool. |
class |
RemoveOnCancelScheduledExecutorServiceBuilder
Service that provides a
ScheduledThreadPoolExecutor that removes tasks from the task queue upon cancellation. |
Copyright © 2018 JBoss by Red Hat. All rights reserved.