public interface SYSTopicEntry
SYSTopicService.| Modifier and Type | Method and Description |
|---|---|
String |
description()
Returns a description of this $SYS topic
|
com.google.common.base.Supplier<byte[]> |
payload()
Returns a
Supplier for the payload of this $SYS topic. |
String |
topic()
Returns the topic of the $SYS Topic Entry.
|
Type |
type()
Returns the Type of this $SYS topic
|
String topic()
com.google.common.base.Supplier<byte[]> payload()
Supplier for the payload of this $SYS topic. The supplier will be called
every time the broker publishes on the $SYS topics.
If the payload is static or if you need to cache, you can consider using the utility methods in the
Suppliers util class.String description()
Copyright © 2013-2018 dc-square GmbH. All Rights Reserved.