Class BaseProfileEventProcessor
- java.lang.Object
-
- org.apache.unomi.graphql.types.input.BaseProfileEventProcessor
-
- All Implemented Interfaces:
CDPEventProcessor
- Direct Known Subclasses:
CDPConsentUpdateEventInput
,CDPListsUpdateEventInput
,CDPProfileUpdateEventInput
,CDPSessionEventInput
,CDPUnomiEventInput
public abstract class BaseProfileEventProcessor extends Object implements CDPEventProcessor
-
-
Constructor Summary
Constructors Constructor Description BaseProfileEventProcessor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected EventBuilder
eventBuilder(String eventType, Profile profile)
protected EventBuilder
eventBuilder(Profile profile)
protected Profile
loadProfile(Map<String,Object> eventInputAsMap, graphql.schema.DataFetchingEnvironment environment)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.unomi.graphql.types.input.CDPEventProcessor
buildEvent, getFieldName
-
-
-
-
Method Detail
-
loadProfile
protected Profile loadProfile(Map<String,Object> eventInputAsMap, graphql.schema.DataFetchingEnvironment environment)
-
eventBuilder
protected final EventBuilder eventBuilder(Profile profile)
-
eventBuilder
protected final EventBuilder eventBuilder(String eventType, Profile profile)
-
-