Package-level declarations

Types

Link copied to clipboard
class Session(id: SessionId = SessionId(), allowedUsers: Set<Username> = emptySet(), participants: Set<Username> = emptySet()) : AggregateRoot<SessionId>
Link copied to clipboard
sealed class SessionErrors : Exception
Link copied to clipboard
Link copied to clipboard
class SessionId(value: String = newId()) : UUIDEntityId
Link copied to clipboard