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

com.sportradar.unifiedodds.sdk.replay.ReplayStatus Maven / Gradle / Ivy

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

package com.sportradar.unifiedodds.sdk.replay;

/**
 * An indication of the replay status
 */
public enum ReplayStatus {
    /**
     * The replay server is currently playing the requested event messages
     */
    Playing,

    /**
     * The replay server is currently stopped
     */
    Stopped
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy