Interface SelectedInstanceCallback
-
- All Known Implementing Classes:
SameInstancePreferenceServiceInstanceListSupplier
public interface SelectedInstanceCallbackA callback interface that allows to pass the selected service instance data from the LoadBalancer.- Since:
- 2.2.7
- Author:
- Olga Maciaszek-Sharma
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidselectedServiceInstance(ServiceInstance serviceInstance)Passes the selectedServiceInstanceas an argument.
-
-
-
Method Detail
-
selectedServiceInstance
void selectedServiceInstance(ServiceInstance serviceInstance)
Passes the selectedServiceInstanceas an argument.- Parameters:
serviceInstance- that has been selected
-
-