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.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.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 |
ClientConsoleApp
A demo application to demonstrate a Hazelcast client.
|
Modifier and Type | Class and Description |
---|---|
class |
TopicAddMessageListenerMessageTask |
Modifier and Type | Method and Description |
---|---|
String |
ClientReliableTopicProxy.addMessageListener(MessageListener<E> listener) |
String |
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 | 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 © 2017 Hazelcast, Inc.. All Rights Reserved.