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.Replaced bySupplierDependency.Service dependency that provides a value.- Author:
- Paul Ferraro
-
-
Method Summary
All Methods Instance Methods Default Methods Deprecated Methods Modifier and Type Method Description default Tget()Deprecated, for removal: This API element is subject to removal in a future version.-
Methods inherited from interface org.wildfly.clustering.service.Dependency
register
-
-