Package com.atlassian.bitbucket.topic
Interface MessageEvent<T>
public interface MessageEvent<T>
Represents a message being published to a
topic
-
Method Summary
-
Method Details
-
getMessage
- Returns:
- the message that was published
-
getPublishTime
- Returns:
- the time the message was published
-
getSource
- Returns:
- the node the message was published on
-
getTopic
- Returns:
- the topic the message was published to
-