Uses of Class
com.hazelcast.jet.pipeline.test.SimpleEvent
Package
Description
This package contains various mock sources to help with pipeline testing
and development.
-
Uses of SimpleEvent in com.hazelcast.jet.pipeline.test
Modifier and TypeMethodDescriptionstatic StreamSource<SimpleEvent>
TestSources.itemStream
(int itemsPerSecond) Returns a streaming source that generates events of typeSimpleEvent
at the specified rate.