shared-kernel
Toggle table of contents
1.0.5
jvm
Platform filter
jvm
Switch theme
Search in API
shared-kernel
kernel-domain
/
io.github.positionpal.events
/
GroupCreated
Group
Created
interface
GroupCreated
:
Event
Interface representing an event where a group is created.
Members
Functions
create
Link copied to clipboard
open
fun
create
(
groupId
:
GroupId
,
createdBy
:
User
)
:
GroupCreated
Factory method to create an instance of GroupCreated.
created
By
Link copied to clipboard
abstract
fun
createdBy
(
)
:
User
Gets the user who created the group.
group
Id
Link copied to clipboard
abstract
fun
groupId
(
)
:
GroupId
Gets the ID of the group.