Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
TODO.
Link copied to clipboard
Factory for creating Message instances.
Link copied to clipboard
TODO.
Link copied to clipboard
An empty inbound message.
Link copied to clipboard
Defined the output of the aggregate program. Holds all the messages to be sent to the neighbors.
Link copied to clipboard
data class PayloadRepresentation<Payload>(val payload: Payload, val representation: DataSharingMethod<Payload>)
Representation of a payload with its payload and representation.
Link copied to clipboard
Link copied to clipboard
abstract class SerializedMessageFactory<ID : Any, Payload>(serializerFormat: SerialFormat) : MessageFactory<ID, ByteArray>
TODO.