| Package | Description |
|---|---|
| com.hazelcast.client.impl.protocol.task.topic |
Client protocol tasks implementations for Topic
|
| com.hazelcast.console |
This package contains classes related to ConsoleApp
|
| com.hazelcast.core |
Provides core API interfaces/classes.
|
| com.hazelcast.topic |
Contains the API for the
ITopic. |
| com.hazelcast.topic.impl |
This package contains ITopic functionality for Hazelcast.
With the ITopic it is possible to create publish subscribe solutions similar to JMS Topics. |
| com.hazelcast.topic.impl.reliable |
| Modifier and Type | Class and Description |
|---|---|
class |
TopicAddMessageListenerMessageTask |
| Modifier and Type | Class and Description |
|---|---|
class |
ConsoleApp
Special thanks to Alexandre Vasseur for providing this very nice test application.
|
| Modifier and Type | Method and Description |
|---|---|
String |
ITopic.addMessageListener(MessageListener<E> listener)
Subscribes to this topic.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ReliableMessageListener<E>
A
MessageListener to better integrate with the reliable topic. |
| Modifier and Type | Method and Description |
|---|---|
String |
TopicProxy.addMessageListener(MessageListener<E> listener) |
String |
TopicService.addMessageListener(String name,
MessageListener listener,
boolean localOnly) |
String |
TopicProxySupport.addMessageListenerInternal(MessageListener listener) |
| Modifier and Type | Class and Description |
|---|---|
class |
ReliableMessageListenerAdapter<E> |
| Modifier and Type | Method and Description |
|---|---|
String |
ReliableTopicProxy.addMessageListener(MessageListener<E> listener) |
| Constructor and Description |
|---|
ReliableMessageListenerAdapter(MessageListener<E> messageListener) |
Copyright © 2018. All Rights Reserved.