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

com.sportradar.unifiedodds.sdk.impl.RecoveryState Maven / Gradle / Ivy

/*
 * Copyright (C) Sportradar AG. See LICENSE for full license governing this code
 */

package com.sportradar.unifiedodds.sdk.impl;

/**
 * An indication of the recovery state
 */
enum RecoveryState {
    /**
     * Waiting for first recovery start
     */
    NotStarted,

    /**
     * Recovery started
     */
    Started,

    /**
     * Recovery completed
     */
    Completed,

    /**
     * Recovery was interrupted
     */
    Interrupted,

    /**
     * An error occurred during recovery request
     */
    Error
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy