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

de.otto.synapse.info.SnapshotReaderStatus Maven / Gradle / Ivy

Go to download

A library used at otto.de to implement Spring Boot based event-sourcing microservices.

The newest version!
package de.otto.synapse.info;

public enum SnapshotReaderStatus {
    /**
     * Start retrieving snapshot data.
     */
    STARTING,
    /**
     * Start reading snapshot.
     */
    STARTED,
    /**
     * Reading snapshot successfully finished
     */
    FINISHED,
    /**
     * Reading snapshot has finished with errors
     */
    FAILED
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy