JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH:
Uses of Class
com.hazelcast.topic.Message
Packages that use
Message
Package
Description
com.hazelcast.topic
Contains the API for the
ITopic
.
Uses of
Message
in
com.hazelcast.topic
Methods in
com.hazelcast.topic
with parameters of type
Message
Modifier and Type
Method
Description
void
MessageListener.
onMessage
(
Message
<
E
> message)
Invoked when a message is received for the topic.