nextEvent

fun <E : Any> nextEvent(eventType: Class<E>): DomainEvent<E>
inline fun <E : Any> nextEvent(): DomainEvent<E>