Uses of Class
com.hazelcast.jet.pipeline.test.SimpleEvent
Packages that use 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
Methods in com.hazelcast.jet.pipeline.test that return types with arguments of type SimpleEventModifier and TypeMethodDescriptionstatic StreamSource<SimpleEvent>
TestSources.itemStream
(int itemsPerSecond) Returns a streaming source that generates events of typeSimpleEvent
at the specified rate.