Uses of Class
org.apache.unomi.graphql.types.input.CDPEventInput
-
Packages that use CDPEventInput Package Description org.apache.unomi.graphql.commands org.apache.unomi.graphql.types.output -
-
Uses of CDPEventInput in org.apache.unomi.graphql.commands
Method parameters in org.apache.unomi.graphql.commands with type arguments of type CDPEventInput Modifier and Type Method Description static ProcessEventsCommand.BuilderProcessEventsCommand. create(List<CDPEventInput> eventInputs)Constructor parameters in org.apache.unomi.graphql.commands with type arguments of type CDPEventInput Constructor Description Builder(List<CDPEventInput> eventInputs) -
Uses of CDPEventInput in org.apache.unomi.graphql.types.output
Method parameters in org.apache.unomi.graphql.types.output with type arguments of type CDPEventInput Modifier and Type Method Description intCDPMutation. processEvents(List<CDPEventInput> eventInputs, graphql.schema.DataFetchingEnvironment environment)
-