Class ServiceSupplierDependency<V>

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

public class ServiceSupplierDependency<V> extends SimpleServiceNameProvider implements SupplierDependency<V>
Encapsulates a Dependency on a Service that supplies a value.
Author:
Paul Ferraro