Package org.apache.unomi.graphql.actions
Class CDPSessionAction
java.lang.Object
org.apache.unomi.graphql.actions.CDPSessionAction
- All Implemented Interfaces:
ActionExecutor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
void
setEventService
(EventService eventService) void
setProfileService
(ProfileService profileService)
-
Constructor Details
-
CDPSessionAction
public CDPSessionAction()
-
-
Method Details
-
setEventService
-
setProfileService
-
execute
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
-