Interface ApplicationsResolver.ApplicationsSource
-
- Enclosing class:
- ApplicationsResolver
public static interface ApplicationsResolver.ApplicationsSource
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ApplicationsgetApplications(int stalenessThreshold, java.util.concurrent.TimeUnit timeUnit)
-
-
-
Method Detail
-
getApplications
Applications getApplications(int stalenessThreshold, java.util.concurrent.TimeUnit timeUnit)
- Returns:
- the known set of Applications, or null if the data is beyond the stalenss threshold
-
-