Rendezvous

sealed interface Rendezvous

Describes the role a Loom peer takes when weaving a session.

Pass to Loom.weave instead of calling the individual Loom.host / Loom.join helpers. ADR-002.

Inheritors

Types

Link copied to clipboard
data class Existing(val tag: Tag) : Rendezvous

Join an existing session by its advertisement.

Link copied to clipboard
data class New(val pattern: Pattern) : Rendezvous

Host / start a new session.