Uses of Interface
org.apache.unomi.graphql.types.output.CDPEventInterface
-
Packages that use CDPEventInterface Package Description org.apache.unomi.graphql.fetchers.event org.apache.unomi.graphql.schema org.apache.unomi.graphql.types.output -
-
Uses of CDPEventInterface in org.apache.unomi.graphql.fetchers.event
Methods in org.apache.unomi.graphql.fetchers.event that return CDPEventInterface Modifier and Type Method Description CDPEventInterfaceEventDataFetcher. get(graphql.schema.DataFetchingEnvironment environment)Methods in org.apache.unomi.graphql.fetchers.event that return types with arguments of type CDPEventInterface Modifier and Type Method Description org.reactivestreams.Publisher<CDPEventInterface>UnomiEventPublisher. createPublisher()org.reactivestreams.Publisher<CDPEventInterface>UnomiEventPublisher. createPublisher(org.apache.unomi.api.conditions.Condition filterCondition)org.reactivestreams.Publisher<CDPEventInterface>EventListenerSubscriptionFetcher. get(graphql.schema.DataFetchingEnvironment environment) -
Uses of CDPEventInterface in org.apache.unomi.graphql.schema
Methods in org.apache.unomi.graphql.schema that return CDPEventInterface Modifier and Type Method Description CDPEventInterfaceCDPEventInterfaceRegister. getEvent(org.apache.unomi.api.Event event)Method parameters in org.apache.unomi.graphql.schema with type arguments of type CDPEventInterface Modifier and Type Method Description voidCDPEventInterfaceRegister. register(Class<? extends CDPEventInterface> eventMember) -
Uses of CDPEventInterface in org.apache.unomi.graphql.types.output
Classes in org.apache.unomi.graphql.types.output that implement CDPEventInterface Modifier and Type Class Description classCDPConsentUpdateEventclassCDPListsUpdateEventclassCDPProfileUpdateEventclassCDPSessionEventclassUnomiEventMethods in org.apache.unomi.graphql.types.output that return CDPEventInterface Modifier and Type Method Description CDPEventInterfaceCDPQuery. getEvent(String id, graphql.schema.DataFetchingEnvironment environment)CDPEventInterfaceCDPEventEdge. node(graphql.schema.DataFetchingEnvironment environment)
-