Interface SupplierDependency<T>

All Superinterfaces:
Dependency, Supplier<T>
All Known Implementing Classes:
FunctionSupplierDependency, ServiceSupplierDependency, SimpleSupplierDependency

public interface SupplierDependency<T> extends Supplier<T>, Dependency
Encapsulates logic for registering a service dependency that supplies a value.
Author:
Paul Ferraro
  • Method Summary

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

    register

    Methods inherited from interface java.util.function.Supplier

    get