Class CDPSessionAction

  • All Implemented Interfaces:
    org.apache.unomi.api.actions.ActionExecutor

    public class CDPSessionAction
    extends Object
    implements org.apache.unomi.api.actions.ActionExecutor
    • Constructor Detail

      • CDPSessionAction

        public CDPSessionAction()
    • Method Detail

      • setEventService

        public void setEventService​(org.apache.unomi.api.services.EventService eventService)
      • setProfileService

        public void setProfileService​(org.apache.unomi.api.services.ProfileService profileService)
      • execute

        public int execute​(org.apache.unomi.api.actions.Action action,
                           org.apache.unomi.api.Event event)
        Specified by:
        execute in interface org.apache.unomi.api.actions.ActionExecutor