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 TypeMethodDescriptionintvoidsetEventService(EventService eventService) voidsetProfileService(ProfileService profileService)
-
Constructor Details
-
CDPSessionAction
public CDPSessionAction()
-
-
Method Details
-
setEventService
-
setProfileService
-
execute
Description copied from interface:ActionExecutor- Specified by:
executein interfaceActionExecutor- Parameters:
action- theActionto executeevent- theEventthat triggered the action- Returns:
- an integer status corresponding to what happened as defined by public constants of
EventService
-