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

com.sportradar.unifiedodds.sdk.ProducerScope Maven / Gradle / Ivy

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

package com.sportradar.unifiedodds.sdk;

/**
 * An indication of what type of event messages may be dispatched by a specific {@link com.sportradar.unifiedodds.sdk.oddsentities.Producer}
 *
 */
public enum ProducerScope {
    /**
     * Live event messages
     */
    Live,

    /**
     * Prematch messages
     */
    Prematch,

    /**
     * Virtuals messages
     */
    Virtuals
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy