Package | Description |
---|---|
com.hazelcast.console |
This package contains classes related to ConsoleApp
|
com.hazelcast.core |
Provides core API interfaces/classes.
|
Modifier and Type | Method and Description |
---|---|
ITopic<Object> |
ConsoleApp.getTopic() |
Modifier and Type | Method and 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.
|
Copyright © 2022 Hazelcast, Inc.. All rights reserved.