open class Author
A post author |
|
open class FeedMessage
A scuttlebutt feed message |
|
open class FeedMessageDeserializer : JsonDeserializer<FeedMessage> |
|
open class FeedValue
The metadata and contents of a message |
|
open class Peer |
|
open class PeerStateChange |
|
open class Profile
Represents a user profile. |
|
interface ScuttlebuttMessageContent
Classes that are to be posted to the scuttlebutt feed should implement this interface |
|
interface StreamHandler<T : Any> |
|
open class UpdateNameMessage : ScuttlebuttMessageContent
A message that when persisted to the feed updates the name of the given user |
open class CouldNotSerializeException : RuntimeException |