Package org.apache.unomi.api.actions
Interface ActionExecutor
- All Known Implementing Classes:
AddToListsAction
,AllEventToProfilePropertiesAction
,CDPConsentUpdateAction
,CDPSessionAction
,CDPUpdateListsAction
,CopyPropertiesAction
,CreateOrUpdateLeadAction
,EvaluateProfileAgeAction
,EvaluateProfileSegmentsAction
,EvaluateVisitPropertiesAction
,EventToProfilePropertyAction
,IncrementPropertyAction
,IncrementTweetNumberAction
,MergeProfilesOnPropertyAction
,ModifyConsentAction
,RequestHeaderToProfilePropertyAction
,RequestParameterToProfilePropertyAction
,SendEventAction
,SendMailAction
,SetEventOccurenceCountAction
,SetPropertyAction
,SetRemoteHostInfoAction
,TrainedNotificationAction
,UpdateProfileFromLeadAction
,UpdatePropertiesAction
,WeatherUpdateAction
public interface ActionExecutor
-
Method Summary
-
Method Details
-
execute
- Parameters:
action
- theAction
to executeevent
- theEvent
that triggered the action- Returns:
- an integer status corresponding to what happened as defined by public constants of
EventService
-