| Package | Description | 
|---|---|
| com.hazelcast.client | |
| com.hazelcast.core | 
 Provides core API interfaces/classes. 
 | 
| com.hazelcast.jmx | 
 Contains Hazelcast MBean classes. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
<E> ITopic<E> | 
HazelcastClient.getTopic(String name)  | 
<E> ITopic<E> | 
HazelcastClientProxy.getTopic(String name)  | 
| Modifier and Type | Method and Description | 
|---|---|
<E> ITopic<E> | 
HazelcastInstance.getTopic(String name)
Returns the distributed topic instance with the specified name. 
 | 
| Constructor and Description | 
|---|
TopicMBean(ITopic managedObject,
          ManagementService service)  | 
Copyright © 2017 Hazelcast, Inc.. All Rights Reserved.