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

org.zodiac.sentinel.base.cluster.ClusterOption Maven / Gradle / Ivy

package org.zodiac.sentinel.base.cluster;

import com.alibaba.csp.sentinel.datasource.ReadableDataSource;

public interface ClusterOption {

    ReadableDataSource getClusterModeDataSource();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy