toggle menu
piper-kt
9.3.0
jvm
switch theme
search in API
multimedia-service
/
piperkt.services.multimedia.domain.direct
Package-level
declarations
Types
Types
Direct
Link copied to clipboard
class
Direct
(
val
id
:
DirectId
=
DirectId()
,
val
users
:
Set
<
Username
>
,
val
sessionId
:
SessionId
)
:
AggregateRoot
<
DirectId
>
Direct
Errors
Link copied to clipboard
sealed
class
DirectErrors
:
Exception
Direct
Id
Link copied to clipboard
class
DirectId
(
value
:
String
=
newId()
)
:
UUIDEntityId
Direct
Repository
Link copied to clipboard
interface
DirectRepository
:
Repository
<
DirectId
,
Direct
>