public interface ConfigService
-
Method Summary
Get the run-time configuration of the instance
-
Method Details
-
getConfig
@GET("api/v2/config")
retrofit2.Call<Config> getConfig(@Header("Zap-Trace-Span")
String zapTraceSpan)
Get the run-time configuration of the instance
- Parameters:
zapTraceSpan
- OpenTracing span context (optional)
- Returns:
- Call<Config>