GroupDeleted

interface GroupDeleted : Event

Interface representing an event where a group is deleted.

Functions

Link copied to clipboard
open fun create(groupId: GroupId): GroupDeleted
Factory method to create an instance of GroupDeleted.
Link copied to clipboard
abstract fun groupId(): GroupId
Gets the ID of the group.