Event Out Of Order Exception
class EventOutOfOrderException(aggregateType: AggregateType, aggregateId: String, eventType: KClass<*>, expectedEventOrder: Long, actualEventOrder: Long) : RuntimeException
Exception that can be thrown in case an Event is received out of order for a View/dk.cloudcreate.essentials.components.eventsourced.eventstore.postgresql.processor.EventProcessor/etc.