Class ProcessEventsCommand
- java.lang.Object
-
- org.apache.unomi.graphql.commands.BaseCommand<Integer>
-
- org.apache.unomi.graphql.commands.ProcessEventsCommand
-
public class ProcessEventsCommand extends BaseCommand<Integer>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ProcessEventsCommand.Builder
-
Field Summary
-
Fields inherited from class org.apache.unomi.graphql.commands.BaseCommand
environment, serviceManager
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ProcessEventsCommand.Builder
create(List<CDPEventInput> eventInputs)
Integer
execute()
-
-
-
Method Detail
-
execute
public Integer execute()
- Specified by:
execute
in classBaseCommand<Integer>
-
create
public static ProcessEventsCommand.Builder create(List<CDPEventInput> eventInputs)
-
-