| Package | Description |
|---|---|
| com.hivemq.spi.services |
| Modifier and Type | Method and Description |
|---|---|
Collection<SYSTopicEntry> |
SYSTopicService.getAllEntries(Type... types)
Returns a Collection of all
SYSTopicEntrys topics available. |
com.google.common.base.Optional<SYSTopicEntry> |
SYSTopicService.getEntry(String topic)
Returns the
SYSTopicEntry for a given topic. |
| Modifier and Type | Method and Description |
|---|---|
void |
SYSTopicService.addEntry(SYSTopicEntry entry)
Adds a new $SYS topic entry.
|
boolean |
SYSTopicService.contains(SYSTopicEntry entry)
Checks if the SYSTopicService contains a given
SYSTopicEntry. |
boolean |
SYSTopicService.removeEntry(SYSTopicEntry entry)
Removes a
SYSTopicEntry |
Copyright © 2013-2018 dc-square GmbH. All Rights Reserved.