Class VENDOR_PageViewEventInput
- java.lang.Object
-
- org.apache.unomi.graphql.providers.sample.VENDOR_PageViewEventInput
-
- All Implemented Interfaces:
CDPEventProcessor
public class VENDOR_PageViewEventInput extends Object implements CDPEventProcessor
-
-
Field Summary
Fields Modifier and Type Field Description static String
EVENT_NAME
String
someField
-
Constructor Summary
Constructors Constructor Description VENDOR_PageViewEventInput()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Event
buildEvent(LinkedHashMap<String,Object> eventInputAsMap, graphql.schema.DataFetchingEnvironment environment)
String
getFieldName()
-
-
-
Field Detail
-
EVENT_NAME
public static final String EVENT_NAME
- See Also:
- Constant Field Values
-
someField
public String someField
-
-
Method Detail
-
buildEvent
public Event buildEvent(LinkedHashMap<String,Object> eventInputAsMap, graphql.schema.DataFetchingEnvironment environment)
- Specified by:
buildEvent
in interfaceCDPEventProcessor
-
getFieldName
public String getFieldName()
- Specified by:
getFieldName
in interfaceCDPEventProcessor
-
-