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

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

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

package com.sportradar.unifiedodds.sdk;

import com.sportradar.utils.URN;

/**
 * Defines methods used as callbacks to notify the client about event recovery updates
 */
public interface SDKEventRecoveryStatusListener {
    /**
     * Method invoked when a requested event recovery completes
     *
     * @param eventId the associated event identifier
     * @param requestId the identifier of the recovery request
     */
    void onEventRecoveryCompleted(URN eventId, long requestId);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy