Uses of Interface
org.apache.unomi.api.services.EventService
Packages that use EventService
Package
Description
-
Uses of EventService in org.apache.unomi.graphql.actions
Methods in org.apache.unomi.graphql.actions with parameters of type EventServiceModifier and TypeMethodDescriptionvoid
CDPConsentUpdateAction.setEventService
(EventService eventService) void
CDPSessionAction.setEventService
(EventService eventService) void
CDPUpdateListsAction.setEventService
(EventService eventService) -
Uses of EventService in org.apache.unomi.lists.actions
Methods in org.apache.unomi.lists.actions with parameters of type EventServiceModifier and TypeMethodDescriptionvoid
AddToListsAction.setEventService
(EventService eventService) -
Uses of EventService in org.apache.unomi.plugins.baseplugin.actions
Methods in org.apache.unomi.plugins.baseplugin.actions with parameters of type EventServiceModifier and TypeMethodDescriptionvoid
MergeProfilesOnPropertyAction.setEventService
(EventService eventService) void
SendEventAction.setEventService
(EventService eventService) void
SetPropertyAction.setEventService
(EventService eventService) void
UpdatePropertiesAction.setEventService
(EventService eventService) -
Uses of EventService in org.apache.unomi.privacy.internal
Methods in org.apache.unomi.privacy.internal with parameters of type EventServiceModifier and TypeMethodDescriptionvoid
PrivacyServiceImpl.setEventService
(EventService eventService) -
Uses of EventService in org.apache.unomi.rest.endpoints
Methods in org.apache.unomi.rest.endpoints with parameters of type EventServiceModifier and TypeMethodDescriptionvoid
EventServiceEndpoint.setEventService
(EventService eventService) void
ProfileServiceEndPoint.setEventService
(EventService eventService) -
Uses of EventService in org.apache.unomi.services.impl.events
Classes in org.apache.unomi.services.impl.events that implement EventService -
Uses of EventService in org.apache.unomi.services.impl.rules
Methods in org.apache.unomi.services.impl.rules with parameters of type EventServiceModifier and TypeMethodDescriptionvoid
RulesServiceImpl.setEventService
(EventService eventService) -
Uses of EventService in org.apache.unomi.services.impl.segments
Methods in org.apache.unomi.services.impl.segments with parameters of type EventServiceModifier and TypeMethodDescriptionvoid
SegmentServiceImpl.setEventService
(EventService eventService)