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

org.zodiac.sentinel.base.cluster.client.ClusterClientOption Maven / Gradle / Ivy

package org.zodiac.sentinel.base.cluster.client;

import org.zodiac.sentinel.base.cluster.ClusterOption;

import com.alibaba.csp.sentinel.cluster.client.config.ClusterClientAssignConfig;
import com.alibaba.csp.sentinel.cluster.client.config.ClusterClientConfig;
import com.alibaba.csp.sentinel.datasource.ReadableDataSource;

public interface ClusterClientOption extends ClusterOption {

    ReadableDataSource getClusterDataSource();

    ReadableDataSource getClientConfigDataSource();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy