Package org.jboss.as.clustering.msc
Interface ValueDependency<T>
- Type Parameters:
T- the dependency type
- All Superinterfaces:
Dependency,Supplier<T>,SupplierDependency<T>,org.jboss.msc.value.Value<T>
- All Known Implementing Classes:
InjectedValueDependency
@Deprecated(forRemoval=true)
public interface ValueDependency<T>
extends org.jboss.msc.value.Value<T>, SupplierDependency<T>
Deprecated, for removal: This API element is subject to removal in a future version.
Service dependency that provides a value.
- Author:
- Paul Ferraro
-
Method Summary
Methods inherited from interface org.wildfly.clustering.service.Dependency
registerMethods inherited from interface org.jboss.msc.value.Value
getValue
SupplierDependency.