Interface InstanceProvider<T>
- All Known Subinterfaces:
- ServiceCache<T>
- All Known Implementing Classes:
- ServiceCacheImpl
public interface InstanceProvider<T>
Provides a set of available instances for a service so that a strategy can pick one of them
- 
Method SummaryModifier and TypeMethodDescriptionReturn the current available set of instances
- 
Method Details- 
getInstancesReturn the current available set of instances- Returns:
- instances
- Throws:
- Exception- any errors
 
 
-