Interface DeferredAction
- All Known Implementing Classes:
DeferredUpdateRecordAction
public interface DeferredAction
An action that performs some operation at the end, when everything else is persisted.
- Since:
- 8.0.1
-
Method Summary
-
Method Details
-
perform
boolean perform()Performs the deferred operation.- Returns:
- true if the operation successful, false if not.
-