interface MessageSender
(source)
Interface to sending messages to other peers.
class Verb
Types of verbs supported by the dialect |
abstract fun sendMessage(verb: Verb, attributes: String, peer: Peer, hash: Bytes, payload: Bytes?): Unit
Sends bytes to a peer. |