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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
perform()
Performs the deferred operation.
-