Package-level declarations
Types
Link copied to clipboard
class Friendship(id: FriendshipId = FriendshipId(), val users: Set<String> = mutableSetOf(), val messages: MutableList<Message> = mutableListOf()) : AggregateRoot<FriendshipId>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
class FriendshipRequest(val id: FriendshipRequestId = FriendshipRequestId(), val from: String, val to: String) : AggregateRoot<FriendshipRequestId>
Link copied to clipboard
Link copied to clipboard