| Package | Description |
|---|---|
| org.wildfly.clustering.service |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ValueDependency<T>
Service dependency that provides a value.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CompositeDependency |
class |
ImmediateValueDependency<V>
A trivial
ValueDependency whose value is immediately available. |
class |
InjectedValueDependency<T>
Service dependency whose provided value is made available via injection.
|
class |
InjectorDependency<T>
Service dependency requiring an injector.
|
class |
SimpleDependency
Simple
Dependency that does not provide a value. |
| Constructor and Description |
|---|
CompositeDependency(Dependency... dependencies) |
Copyright © 2018 JBoss by Red Hat. All rights reserved.