Site
An interface describing a Site in the distributed system. When collected, it will emit the latest aggregated model.
Parameters
M
the type of the underlying aggregated model for this Site.
Functions
Link copied to clipboard
abstract fun receive(incoming: Flow<Message.Outgoing>): Flow<Message.Incoming>
Content copied to clipboard
Link copied to clipboard
abstract fun send(incoming: Flow<Message.Incoming>): Flow<Message.Outgoing>
Content copied to clipboard