Uses of Interface
com.hazelcast.topic.ITopic
Package | Description |
---|---|
com.hazelcast.client.console |
This package contains ClientConsoleApp
|
com.hazelcast.console |
This package contains classes related to ConsoleApp
|
com.hazelcast.core |
Provides core API interfaces/classes.
|
-
Uses of ITopic in com.hazelcast.client.console
Methods in com.hazelcast.client.console that return ITopic Modifier and Type Method Description ITopic<Object>
ClientConsoleApp. getTopic()
-
Uses of ITopic in com.hazelcast.console
Methods in com.hazelcast.console that return ITopic Modifier and Type Method Description ITopic<Object>
ConsoleApp. getTopic()
-
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.