Merge remote-tracking branch 'origin/2.2.x'

This commit is contained in:
Olga Maciaszek-Sharma
2020-12-04 19:00:39 +01:00
2 changed files with 2 additions and 1 deletions

View File

@@ -30,7 +30,7 @@ import org.springframework.cloud.client.ServiceInstance;
* chosen instance if it's available.
*
* @author Olga Maciaszek-Sharma
* @since 3.0.0
* @since 2.2.7
*/
public class SameInstancePreferenceServiceInstanceListSupplier extends DelegatingServiceInstanceListSupplier
implements SelectedInstanceCallback {

View File

@@ -23,6 +23,7 @@ import org.springframework.cloud.client.ServiceInstance;
* LoadBalancer.
*
* @author Olga Maciaszek-Sharma
* @since 2.2.7
*/
public interface SelectedInstanceCallback {