EventGroup

typealias EventGroup = String

Event group is used to combine events of the same type. For example: "book_updated" or "book_created".

See also