Uses of Interface
com.hazelcast.jet.core.Outbox
Packages that use Outbox
Package
Description
Jet's Core API.
Utilities for writing tests of Core API Processors.
-
Uses of Outbox in com.hazelcast.jet.core
Methods in com.hazelcast.jet.core that return OutboxMethods in com.hazelcast.jet.core with parameters of type OutboxModifier 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
Classes in com.hazelcast.jet.core.test that implement OutboxModifier and TypeClassDescriptionfinal class
Outbox
implementation suitable to be used in tests.