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

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

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

package com.sportradar.unifiedodds.sdk.impl;

import com.rabbitmq.client.RecoveryListener;
import com.rabbitmq.client.ShutdownListener;

/**
 * Defines methods invoked by the {@link RabbitMqChannel} regarding system events
 * (recovery handling, connection shutdown,...)
 */
public interface RabbitMqSystemListener extends RecoveryListener, ShutdownListener {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy