Interface GuardedSuspension<T>
-
- All Known Implementing Classes:
RulesCompilationGuardedSuspension
public interface GuardedSuspension<T>Guarded suspension interface for concurrent executions preconditions checks
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GuardStatuscheckPreconditions(T checkedProperty)Checks the preconditions based oncheckedProperty
-
-
-
Method Detail
-
checkPreconditions
GuardStatus checkPreconditions(T checkedProperty)
Checks the preconditions based oncheckedProperty- Parameters:
checkedProperty- the object to check the preconditions against- Returns:
- instance of
GuardStatus
-
-