JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH:
Uses of Interface
com.hazelcast.topic.ITopic
Packages that use
ITopic
Package
Description
com.hazelcast.core
Provides core API interfaces/classes.
Uses of
ITopic
in
com.hazelcast.core
Methods in
com.hazelcast.core
that return
ITopic
Modifier and Type
Method
Description
<E>
ITopic
<E>
HazelcastInstance.
getReliableTopic
(
String
name)
Creates or returns the reliable topic instance with the specified name.
<E>
ITopic
<E>
HazelcastInstance.
getTopic
(
String
name)
Creates or returns the distributed topic instance with the specified name.