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.Topic
getSetter
in interface Channel.Topic
@Nonnull public Optional<Instant> getTime()
Channel.Topic
getTime
in interface Channel.Topic
@Nonnull public Optional<String> getValue()
Channel.Topic
getValue
in interface Channel.Topic
Copyright © 2013–2019 Kitteh. All rights reserved.