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 by SupplierDependency.
Service dependency that provides a value.
Author:
Paul Ferraro
  • Method Summary

    Modifier and Type
    Method
    Description
    default T
    get()
    Deprecated, for removal: This API element is subject to removal in a future version.
     

    Methods inherited from interface org.wildfly.clustering.service.Dependency

    register

    Methods inherited from interface org.jboss.msc.value.Value

    getValue
  • Method Details

    • get

      default T get()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      get in interface Supplier<T>