SerializedMessageFactory

abstract class SerializedMessageFactory<ID : Any, Payload>(serializerFormat: SerialFormat) : MessageFactory<ID, ByteArray>

TODO.

Constructors

Link copied to clipboard
constructor(serializerFormat: SerialFormat)

Functions

Link copied to clipboard
open operator override fun invoke(senderId: ID, sharedData: Map<Path, PayloadRepresentation<Any?>>): Message<ID, ByteArray>

Creates a Message instance with the given senderId and sharedData.