Interface CDPEventProcessor
-
- All Known Implementing Classes:
BaseProfileEventProcessor,CDPConsentUpdateEventInput,CDPListsUpdateEventInput,CDPProfileUpdateEventInput,CDPSessionEventInput,CDPUnomiEventInput
public interface CDPEventProcessor
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.apache.unomi.api.EventbuildEvent(LinkedHashMap<String,Object> eventInputAsMap, graphql.schema.DataFetchingEnvironment environment)StringgetFieldName()
-
-
-
Method Detail
-
buildEvent
org.apache.unomi.api.Event buildEvent(LinkedHashMap<String,Object> eventInputAsMap, graphql.schema.DataFetchingEnvironment environment)
-
getFieldName
String getFieldName()
-
-