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

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

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

package com.sportradar.unifiedodds.sdk.impl;

/**
 * A contract implemented by the classes used to provide distinct values
 */
public interface SequenceGenerator {

    /**
     * Gets the next available distinct value
     * @return the next available distinct value
     */
    public int getNext();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy