Package | Description |
---|---|
org.wildfly.clustering.service |
Modifier and Type | Interface and Description |
---|---|
interface |
SupplierDependency<T>
Encapsulates logic for registering a service dependency that supplies a value.
|
interface |
ValueDependency<T>
Deprecated.
Replaced by
SupplierDependency . |
Modifier and Type | Class and Description |
---|---|
class |
CompositeDependency |
class |
FunctionSupplierDependency<T,R>
A
SupplierDependency that applies a mapping to the source dependency value. |
class |
ImmediateValueDependency<V>
Deprecated.
Replaced by
SimpleSupplierDependency . |
class |
InjectedValueDependency<T>
Deprecated.
Replaced by
ServiceSupplierDependency . |
class |
InjectorDependency<T>
Deprecated.
Replaced by
ServiceSupplierDependency . |
class |
ServiceDependency
Encapsulates a
Dependency on a Service . |
class |
ServiceSupplierDependency<V>
Encapsulates a
Dependency on a Service that supplies a value. |
class |
SimpleDependency
Deprecated.
Replaced by
ServiceDependency . |
class |
SimpleSupplierDependency<V>
A
Dependency that supplies a static value |
Constructor and Description |
---|
CompositeDependency(Dependency... dependencies) |
Copyright © 2019 JBoss by Red Hat. All rights reserved.