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

    Modifier and Type
    Method
    Description
    boolean
    Performs the deferred operation.
  • Method Details

    • perform

      boolean perform()
      Performs the deferred operation.
      Returns:
      true if the operation successful, false if not.