Package org.apache.flink.streaming.examples.statemachine.generator
-
Class Summary Class Description EventsGenerator A generator for events.EventsGeneratorFunction A generator function that produces the events on the fly.StandaloneThreadedGenerator Base for standalone generators that use the state machine to create event sequences and push them for example into Kafka.