Uses of Interface
com.hazelcast.jet.core.Outbox
Package
Description
Jet's Core API.
Utilities for writing tests of Core API Processors.
-
Uses of Outbox in com.hazelcast.jet.core
Modifier and TypeMethodDescriptionfinal void
AbstractProcessor.init
(Outbox outbox, Processor.Context context) default void
Processor.init
(Outbox outbox, Processor.Context context) Initializes this processor with the outbox that the processing methods must use to deposit their output items. -
Uses of Outbox in com.hazelcast.jet.core.test
Modifier and TypeClassDescriptionfinal class
Outbox
implementation suitable to be used in tests.