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