Interface ConfigService


public interface ConfigService
  • Method Summary

    Modifier and Type
    Method
    Description
    retrofit2.Call<Config>
    getConfig(String zapTraceSpan)
    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>