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

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

The newest version!
package org.zodiac.sentinel.base.cluster;

import java.io.Serializable;

import javax.validation.constraints.NotNull;

import org.zodiac.sentinel.base.cluster.client.ClusterClientOption;

public interface ClusterAware extends Serializable {

    @NotNull
    ClusterClientOption getClusterOption();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy