Package org.wildfly.clustering.service
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>
ADependencythat supplies a static value- Author:
- Paul Ferraro
-
-
Constructor Summary
Constructors Constructor Description SimpleSupplierDependency(V value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Vget()<T> org.jboss.msc.service.ServiceBuilder<T>register(org.jboss.msc.service.ServiceBuilder<T> builder)
-
-
-
Constructor Detail
-
SimpleSupplierDependency
public SimpleSupplierDependency(V value)
-
-