Class EventConnectionDataFetcher
- java.lang.Object
-
- org.apache.unomi.graphql.fetchers.BaseDataFetcher<T>
-
- org.apache.unomi.graphql.fetchers.BaseConnectionDataFetcher<CDPEventConnection>
-
- org.apache.unomi.graphql.fetchers.EventConnectionDataFetcher
-
- All Implemented Interfaces:
graphql.schema.DataFetcher<CDPEventConnection>
- Direct Known Subclasses:
ConsentEventConnectionDataFetcher
,FindEventsConnectionDataFetcher
,ProfileAllEventsConnectionDataFetcher
,ProfileLastEventsConnectionDataFetcher
public abstract class EventConnectionDataFetcher extends BaseConnectionDataFetcher<CDPEventConnection>
-
-
Constructor Summary
Constructors Constructor Description EventConnectionDataFetcher()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected CDPEventConnection
createEventConnection(PartialList<Event> events)
-
Methods inherited from class org.apache.unomi.graphql.fetchers.BaseConnectionDataFetcher
buildQuery, parseConnectionParams
-
Methods inherited from class org.apache.unomi.graphql.fetchers.BaseDataFetcher
parseDateParam, parseObjectParam, parseParam
-
-
-
-
Method Detail
-
createEventConnection
protected CDPEventConnection createEventConnection(PartialList<Event> events)
-
-