| Package | Description |
|---|---|
| com.hazelcast.client.console |
This package contains ClientConsoleApp
|
| com.hazelcast.client.impl.protocol.task.topic |
Client protocol tasks implementations for Topic
|
| com.hazelcast.client.impl.proxy |
This package contains client side proxy implementations of the different Hazelcast data structures
and operation types
|
| com.hazelcast.console |
This package contains classes related to ConsoleApp
|
| 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 |
ClientConsoleApp
A demo application to demonstrate a Hazelcast client.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TopicAddMessageListenerMessageTask |
| Modifier and Type | Method and Description |
|---|---|
UUID |
ClientReliableTopicProxy.addMessageListener(MessageListener<E> listener) |
UUID |
ClientTopicProxy.addMessageListener(MessageListener<E> listener) |
| Modifier and Type | Class and Description |
|---|---|
class |
ConsoleApp
Special thanks to Alexandre Vasseur for providing this very nice test application.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ReliableMessageListener<E>
A
MessageListener to better integrate with the reliable topic. |
| Modifier and Type | Method and Description |
|---|---|
UUID |
ITopic.addMessageListener(MessageListener<E> listener)
Subscribes to this topic.
|
| Modifier and Type | Method and Description |
|---|---|
UUID |
TopicProxy.addMessageListener(MessageListener<E> listener) |
UUID |
TopicService.addMessageListener(String name,
MessageListener listener,
boolean localOnly) |
UUID |
TopicProxySupport.addMessageListenerInternal(MessageListener listener) |
| Modifier and Type | Class and Description |
|---|---|
class |
ReliableMessageListenerAdapter<E> |
| Modifier and Type | Method and Description |
|---|---|
UUID |
ReliableTopicProxy.addMessageListener(MessageListener<E> listener) |
| Constructor and Description |
|---|
ReliableMessageListenerAdapter(MessageListener<E> messageListener) |
Copyright © 2019 Hazelcast, Inc.. All rights reserved.