Uses of Interface
com.hazelcast.topic.ITopic
Packages that use 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
Methods in com.hazelcast.console that return ITopic - 
Uses of ITopic in com.hazelcast.core
Methods in com.hazelcast.core that return ITopic - 
Uses of ITopic in com.hazelcast.jet
Methods in com.hazelcast.jet that return ITopicModifier and TypeMethodDescription<E> ITopic<E>JetInstance.getReliableTopic(String name) Deprecated. - 
Uses of ITopic in com.hazelcast.jet.pipeline
Methods in com.hazelcast.jet.pipeline with parameters of type ITopicModifier 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.