
com.opencredo.concursus.domain.events.history.package-info Maven / Gradle / Ivy
The newest version!
/**
* Provides the {@link com.opencredo.concursus.domain.events.history.EventHistoryFetcher}, which may be used to retrieve
* the event histories of one or more aggregates from an
* {@link com.opencredo.concursus.domain.events.sourcing.EventSource}.
*
* This will normally only be useful when the entire history is wanted (e.g. for display to a client interested in
* auditing it) - the {@link com.opencredo.concursus.domain.events.sourcing.EventSource} interface itself provides a
* much wider range of ways of accessing, ordering and replaying aggregates' event histories.
*
*/
package com.opencredo.concursus.domain.events.history;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy