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 voidCDPConsentUpdateAction. setEventService(EventService eventService)voidCDPSessionAction. setEventService(EventService eventService)voidCDPUpdateListsAction. 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 voidAddToListsAction. 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 voidMergeProfilesOnPropertyAction. setEventService(EventService eventService)voidSendEventAction. setEventService(EventService eventService)voidSetPropertyAction. setEventService(EventService eventService)voidUpdatePropertiesAction. 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 voidPrivacyServiceImpl. 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 voidEventServiceEndpoint. setEventService(EventService eventService)voidProfileServiceEndPoint. 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 classEventServiceImpl -
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 voidRulesServiceImpl. 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 voidSegmentServiceImpl. setEventService(EventService eventService)
-