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 Summary
-
Nested classes/interfaces inherited from interface com.evolveum.axiom.reactor.Dependency
Dependency.Immediate<V>, Dependency.OptionalDep<T>, Dependency.Search<T>, Dependency.Suppliable<V>, Dependency.Unsatified<V>
-
-
Constructor Summary
Constructors Constructor Description RetriableDependency(Supplier<Dependency<T>> lookup)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Exception
errorMessage()
Dependency.Search<T>
notFound(Supplier<? extends Exception> unsatisfiedMessage)
-
Methods inherited from class com.evolveum.axiom.reactor.DelegatedDependency
get, isRequired, isSatisfied
-
Methods inherited from class com.evolveum.axiom.reactor.AbstractDependency
unsatisfied
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.evolveum.axiom.reactor.Dependency
flatMap, get, isRequired, isSatisfied, map, unsatisfied
-
-
-
-
Constructor Detail
-
RetriableDependency
public RetriableDependency(Supplier<Dependency<T>> lookup)
-
-
Method Detail
-
notFound
public Dependency.Search<T> notFound(Supplier<? extends Exception> unsatisfiedMessage)
- Specified by:
notFound
in interfaceDependency.Search<T>
-
errorMessage
public Exception errorMessage()
- Specified by:
errorMessage
in interfaceDependency<T>
- Overrides:
errorMessage
in classDelegatedDependency<T>
-
-