Archive

interface Archive

Interface for encoding telemetry Messages.

Important: This is a Public Preview API. It may be changed or removed at any time.

Properties

Link copied to clipboard

Returns a set of supported Message types.

Functions

Link copied to clipboard
abstract fun encode(messages: List<Message>): List<Transport.Message>

Encodes a list of Messages into a Transport.Message.