historyBackward

protected final Iterator<Event> historyBackward()

Creates an iterator of the aggregate event history with reverse traversal.

The records are returned sorted by timestamp in a descending order (from newer to older).

The iterator is empty if there's no history for the aggregate.

Return

new iterator instance