Interface ActionPostExecutor


  • public interface ActionPostExecutor
    An action to be executed after all Rule-derived have been processed.
    • Method Detail

      • execute

        boolean execute()
        Performs the action.
        Returns:
        true if the operation succeeded, false otherwise