Uses of Interface
com.hazelcast.topic.ITopic
Package
Description
This package contains classes related to ConsoleApp
Provides core API interfaces/classes.
Hazelcast Jet is a distributed computation engine running on top of
Hazelcast IMDG technology.
The Pipeline API is Jet's high-level API to build and execute
distributed computation jobs.
-
Uses of ITopic in com.hazelcast.console
-
Uses of ITopic in com.hazelcast.core
-
Uses of ITopic in com.hazelcast.jet
Modifier and TypeMethodDescription<E> ITopic<E>
JetInstance.getReliableTopic
(String name) Deprecated. -
Uses of ITopic in com.hazelcast.jet.pipeline
Modifier and TypeMethodDescriptionstatic <T> Sink<T>
Sinks.reliableTopic
(ITopic<Object> reliableTopic) Returns a sink which publishes the items it receives to the provided distributed reliable topic.
HazelcastInstance.getReliableTopic(String)
instead.