onSourcing

abstract fun onSourcing(eventStream: DomainEventStream): StateAggregate<S>

Ignores an event when no matching onSourcing function exists, while still advancing the aggregate version to the event version.