Package org.apache.fluo.api.observer
Interface ObserverProvider.Context
-
- Enclosing interface:
- ObserverProvider
public static interface ObserverProvider.Context
- Since:
- 1.1.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SimpleConfiguration
getAppConfiguration()
MetricsReporter
getMetricsReporter()
-
-
-
Method Detail
-
getAppConfiguration
SimpleConfiguration getAppConfiguration()
- Returns:
- A configuration object with application configuration like that returned by
FluoClient.getAppConfiguration()
-
getMetricsReporter
MetricsReporter getMetricsReporter()
- Returns:
- A
MetricsReporter
to report application metrics from observers.
-
-