All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.opencredo.concursus.domain.events.storage.EventStore Maven / Gradle / Ivy

The newest version!
package com.opencredo.concursus.domain.events.storage;

import com.opencredo.concursus.domain.events.Event;
import com.opencredo.concursus.domain.events.sourcing.EventRetriever;
import com.opencredo.concursus.domain.events.persisting.EventPersister;

/**
 * A store of {@link Event}s, into which they can be persisted and from which they can be retrieved.
 */
public interface EventStore extends EventPersister, EventRetriever {
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy