Class CDPUnomiEventInput
- java.lang.Object
-
- org.apache.unomi.graphql.types.input.BaseProfileEventProcessor
-
- org.apache.unomi.graphql.types.input.CDPUnomiEventInput
-
- All Implemented Interfaces:
CDPEventProcessor
public class CDPUnomiEventInput extends BaseProfileEventProcessor
-
-
Constructor Summary
Constructors Constructor Description CDPUnomiEventInput()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.unomi.api.EventbuildEvent(LinkedHashMap<String,Object> eventInputAsMap, graphql.schema.DataFetchingEnvironment environment)StringgetFieldName()-
Methods inherited from class org.apache.unomi.graphql.types.input.BaseProfileEventProcessor
eventBuilder, eventBuilder, loadProfile
-
-
-
-
Method Detail
-
buildEvent
public org.apache.unomi.api.Event buildEvent(LinkedHashMap<String,Object> eventInputAsMap, graphql.schema.DataFetchingEnvironment environment)
-
getFieldName
public String getFieldName()
-
-