EventPrincipal

typealias EventPrincipal = String?

Event principal is used to combine events related to the same object. It could be any identifier of the object.

For example:

val reference = ref(group = "book_updated", principal = "528975892357")

Where principal is a book ID.

See also