Uses of Interface
org.wildfly.clustering.service.Dependency
-
Packages that use Dependency Package Description org.wildfly.clustering.service -
-
Uses of Dependency in org.wildfly.clustering.service
Subinterfaces of Dependency in org.wildfly.clustering.service Modifier and Type Interface Description interfaceSupplierDependency<T>Encapsulates logic for registering a service dependency that supplies a value.Classes in org.wildfly.clustering.service that implement Dependency Modifier and Type Class Description classCompositeDependencyclassFunctionSupplierDependency<T,R>ASupplierDependencythat applies a mapping to the source dependency value.classServiceDependencyEncapsulates aDependencyon aService.classServiceSupplierDependency<V>Encapsulates aDependencyon aServicethat supplies a value.classSimpleSupplierDependency<V>ADependencythat supplies a static valueConstructors in org.wildfly.clustering.service with parameters of type Dependency Constructor Description CompositeDependency(Dependency... dependencies)
-