TopicMessageType
- The message type.
Note: This class is not meant to be extended by client code.
public interface Topic<TopicMessageType>
Modifier and Type | Interface and Description |
---|---|
static class |
Topic.TopicId
A topic identifier.
|
Modifier and Type | Method and Description |
---|---|
Subscriber<TopicMessageType> |
subscribe()
Obtain a subscriber to this topic.
|
Topic.TopicId |
topicId()
The topic identifier.
|
Topic.TopicId topicId()
Subscriber<TopicMessageType> subscribe()