scuttlebutt-client-lib / org.apache.tuweni.scuttlebutt.lib.model / FeedMessage

FeedMessage

open class FeedMessage (source)

A scuttlebutt feed message

Constructors

<init>

FeedMessage(key: String, type: Optional<String>, value: FeedValue)

Functions

getKey

open fun getKey(): String

getType

open fun getType(): Optional<String>

getValue

open fun getValue(): FeedValue