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

com.opencredo.concourse.domain.persisting.EventPersister Maven / Gradle / Ivy

package com.opencredo.concourse.domain.persisting;

import com.opencredo.concourse.domain.events.Event;
import com.opencredo.concourse.domain.events.channels.EventsOutChannel;

/**
 * An {@link EventsOutChannel} that writes {@link Event}s into a persistent store.
 */
public interface EventPersister extends EventsOutChannel {
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy