Interface EndpointRandomizer
-
public interface EndpointRandomizer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <T extends EurekaEndpoint>
java.util.List<T>randomize(java.util.List<T> list)
-
-
-
Method Detail
-
randomize
<T extends EurekaEndpoint> java.util.List<T> randomize(java.util.List<T> list)
-
-