Uses of Interface
org.apache.unomi.api.actions.ActionPostExecutor
Packages that use ActionPostExecutor
-
Uses of ActionPostExecutor in org.apache.unomi.api
Methods in org.apache.unomi.api that return types with arguments of type ActionPostExecutorModifier and TypeMethodDescriptionEvent.getActionPostExecutors()
Retrieves the action post executors for this event, if extra actions need to be executed after all Rule-triggered actions have been processedMethod parameters in org.apache.unomi.api with type arguments of type ActionPostExecutorModifier and TypeMethodDescriptionvoid
Event.setActionPostExecutors
(List<ActionPostExecutor> actionPostExecutors) Sets the action post executors.