Class SimpleSupplierDependency<V>

java.lang.Object
org.wildfly.clustering.service.SimpleSupplierDependency<V>
All Implemented Interfaces:
Supplier<V>, Dependency, SupplierDependency<V>

public class SimpleSupplierDependency<V> extends Object implements SupplierDependency<V>
A Dependency that supplies a static value
Author:
Paul Ferraro