public interface ProviderStrategy<T>
| Modifier and Type | Method and Description |
|---|---|
ServiceInstance<T> |
getInstance(InstanceProvider<T> instanceProvider)
Given a source of instances, return one of them for a single use.
|
ServiceInstance<T> getInstance(InstanceProvider<T> instanceProvider) throws Exception
instanceProvider - the instance providerException - any errorsCopyright © 2011–2016 The Apache Software Foundation. All rights reserved.