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

com.netflix.discovery.shared.resolver.EndpointRandomizer Maven / Gradle / Ivy

The newest version!
package com.netflix.discovery.shared.resolver;

import java.util.List;

public interface EndpointRandomizer {
     List randomize(List list);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy