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