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