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:
true
if the operation succeeded,false
otherwise
-