RemoteMessageCodec

class RemoteMessageCodec(limits: RemoteLimits = RemoteLimits())(source)

Version-one message schemas layered on the bounded value codec. All external discriminators are decoded into typed messages before dispatch.

Constructors

Link copied to clipboard
constructor(limits: RemoteLimits = RemoteLimits())

Functions

Link copied to clipboard

Decodes and validates the complete message schema and any included tree.

Link copied to clipboard

Encodes a complete logical message before transport fragmentation.