Package-level declarations

Types

Link copied to clipboard
Interface representing an event where a member is added to a group.
Link copied to clipboard
interface Event

Represents a domain event, carrying information about a valuable change in the domain.

Link copied to clipboard
Enum representing different types of events.
Link copied to clipboard
interface GroupCreated : Event
Interface representing an event where a group is created.
Link copied to clipboard
interface GroupDeleted : Event
Interface representing an event where a group is deleted.
Link copied to clipboard
Interface representing an event where a member is removed from a group.