Package com.evolveum.axiom.reactor
Class RetriableDependency<T>
java.lang.Object
com.evolveum.axiom.reactor.AbstractDependency<T>
com.evolveum.axiom.reactor.DelegatedDependency<T>
com.evolveum.axiom.reactor.RetriableDependency<T>
- All Implemented Interfaces:
- Dependency<T>,- Dependency.Search<T>
public final class RetriableDependency<T>
extends DelegatedDependency<T>
implements Dependency.Search<T>
- 
Nested Class SummaryNested classes/interfaces inherited from interface com.evolveum.axiom.reactor.DependencyDependency.Immediate<V>, Dependency.OptionalDep<T>, Dependency.Search<T>, Dependency.Suppliable<V>, Dependency.Unsatified<V>
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionMethods inherited from class com.evolveum.axiom.reactor.DelegatedDependencyget, isRequired, isSatisfiedMethods inherited from class com.evolveum.axiom.reactor.AbstractDependencyunsatisfiedMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.evolveum.axiom.reactor.DependencyflatMap, get, isRequired, isSatisfied, map, unsatisfied
- 
Constructor Details- 
RetriableDependency
 
- 
- 
Method Details- 
notFound- Specified by:
- notFoundin interface- Dependency.Search<T>
 
- 
errorMessage- Specified by:
- errorMessagein interface- Dependency<T>
- Overrides:
- errorMessagein class- DelegatedDependency<T>
 
 
-