Uses of Interface
org.apache.unomi.api.services.EventService
-
-
Uses of EventService in org.apache.unomi.graphql.actions
Methods in org.apache.unomi.graphql.actions with parameters of type EventService Modifier and Type Method Description void
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 EventService Modifier and Type Method Description void
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 EventService Modifier and Type Method Description void
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 EventService Modifier and Type Method Description void
PrivacyServiceImpl. setEventService(EventService eventService)
-
Uses of EventService in org.apache.unomi.rest.endpoints
Methods in org.apache.unomi.rest.endpoints with parameters of type EventService Modifier and Type Method Description void
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 Modifier and Type Class Description class
EventServiceImpl
-
Uses of EventService in org.apache.unomi.services.impl.rules
Methods in org.apache.unomi.services.impl.rules with parameters of type EventService Modifier and Type Method Description void
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 EventService Modifier and Type Method Description void
SegmentServiceImpl. setEventService(EventService eventService)
-