Uses of Interface
com.hazelcast.topic.MessageListener
Packages that use MessageListener
Package
Description
This package contains classes related to ConsoleApp
Contains the API for the
ITopic
.-
Uses of MessageListener in com.hazelcast.console
Classes in com.hazelcast.console that implement MessageListenerModifier and TypeClassDescriptionclass
Special thanks to Alexandre Vasseur for providing this very nice test application. -
Uses of MessageListener in com.hazelcast.topic
Subinterfaces of MessageListener in com.hazelcast.topicModifier and TypeInterfaceDescriptioninterface
AMessageListener
to better integrate with the reliable topic.Methods in com.hazelcast.topic with parameters of type MessageListenerModifier and TypeMethodDescriptionITopic.addMessageListener
(MessageListener<E> listener) Subscribes to this topic.