Package-level declarations
Types
Link copied to clipboard
interface GroupRepository
Repository interface for managing Group entities.
Link copied to clipboard
interface GroupService
Service interface for managing Group entities.
Link copied to clipboard
class GroupServiceImpl(groupRepository: GroupRepository, messageAdapter: MessageAdapter) : GroupService
Implementation of the group.GroupService interface.