Package org.apache.unomi.graphql.actions
Class CDPUpdateListsAction
- java.lang.Object
-
- org.apache.unomi.graphql.actions.CDPUpdateListsAction
-
- All Implemented Interfaces:
ActionExecutor
public class CDPUpdateListsAction extends Object implements ActionExecutor
A rule action that can add a profile to a list
-
-
Constructor Summary
Constructors Constructor Description CDPUpdateListsAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
execute(Action action, Event event)
void
setEventService(EventService eventService)
-
-
-
Method Detail
-
setEventService
public void setEventService(EventService eventService)
-
execute
public int execute(Action action, Event event)
Description copied from interface:ActionExecutor
- Specified by:
execute
in interfaceActionExecutor
- 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
-
-