Interface ReporterClientCache.ClientProvider<T>
-
- Type Parameters:
T- formal type
- Enclosing class:
- ReporterClientCache<T>
public static interface ReporterClientCache.ClientProvider<T>Provide an instance of service client.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Tget()Get an instance of a service client.
-