Package-level declarations

Types

Link copied to clipboard
class LogTapJoinToken(val code: String, val issuedAt: Instant, val ttl: Duration)

A short-lived join code that authorizes a debugger peer to pull the log tap.

Link copied to clipboard
@Serializable
sealed interface TapAdmitMessage

Wire frames for the tap's token-gated admission handshake, multiplexed onto the same Seam.incoming the replicator's frames ride. A leading PREFIX_BYTE — which a CBOR replication frame does not begin with — lets the gate pull these frames out and pass only replication frames through to the replicator.

Functions

Link copied to clipboard

A kotlin.random.Random backed by a cryptographically secure source (KotlinCrypto CryptoRand, multiplatform).