E
- message typepublic class Message<E> extends EventObject
ITopic
.Modifier and Type | Field and Description |
---|---|
protected E |
messageObject |
source
Constructor and Description |
---|
Message(String topicName,
E messageObject,
long publishTime,
Member publishingMember) |
Modifier and Type | Method and Description |
---|---|
E |
getMessageObject()
Returns the published message
|
Member |
getPublishingMember()
Returns the member that published the message.
|
long |
getPublishTime()
Return the time when the message is published
|
getSource, toString
protected E messageObject
public E getMessageObject()
public long getPublishTime()
public Member getPublishingMember()
Copyright © 2023 Hazelcast, Inc.. All rights reserved.