public class DefaultChannelTopic extends Object implements Channel.Topic
| Constructor and Description |
|---|
DefaultChannelTopic(Instant time,
String topic,
Actor setter)
Constructs the topic snapshot.
|
@Nonnull public Optional<Actor> getSetter()
Channel.TopicgetSetter in interface Channel.Topic@Nonnull public Optional<Instant> getTime()
Channel.TopicgetTime in interface Channel.Topic@Nonnull public Optional<String> getValue()
Channel.TopicgetValue in interface Channel.TopicCopyright © 2013–2019 Kitteh. All rights reserved.