Event

sealed class Event : IntegrationEvent<StudyService>

Types

StudyCreated
Link copied to clipboard
data class StudyCreated(study: StudyDetails) : StudyService.Event
StudyGoneLive
Link copied to clipboard
data class StudyGoneLive(study: StudyDetails) : StudyService.Event
StudyRemoved
Link copied to clipboard
data class StudyRemoved(studyId: UUID) : StudyService.Event

Inheritors

StudyService.Event
Link copied to clipboard
StudyService.Event
Link copied to clipboard
StudyService.Event
Link copied to clipboard