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 EventBuildereventBuilder(String eventType, org.apache.unomi.api.Profile profile)protected EventBuildereventBuilder(org.apache.unomi.api.Profile profile)protected org.apache.unomi.api.ProfileloadProfile(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 org.apache.unomi.api.Profile loadProfile(Map<String,Object> eventInputAsMap, graphql.schema.DataFetchingEnvironment environment)
-
eventBuilder
protected final EventBuilder eventBuilder(org.apache.unomi.api.Profile profile)
-
eventBuilder
protected final EventBuilder eventBuilder(String eventType, org.apache.unomi.api.Profile profile)
-
-