Package org.apache.unomi.api.actions
Interface ActionPostExecutor
public interface ActionPostExecutor
An action to be executed after all
Rule-derived have been processed.-
Method Summary
-
Method Details
-
execute
boolean execute()Performs the action.- Returns:
trueif the operation succeeded,falseotherwise
-