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>
A
Dependency that supplies a static value- Author:
- Paul Ferraro
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
SimpleSupplierDependency
-
-
Method Details
-
get
-
register
public <T> org.jboss.msc.service.ServiceBuilder<T> register(org.jboss.msc.service.ServiceBuilder<T> builder) - Specified by:
registerin interfaceDependency
-