Interface ReadyService


public interface ReadyService
  • Method Summary

    Modifier and Type
    Method
    Description
    retrofit2.Call<Ready>
    getReady(String zapTraceSpan)
    Get the readiness of an instance at startup
  • Method Details

    • getReady

      @GET("ready") retrofit2.Call<Ready> getReady(@Header("Zap-Trace-Span") String zapTraceSpan)
      Get the readiness of an instance at startup
      Parameters:
      zapTraceSpan - OpenTracing span context (optional)
      Returns:
      Call<Ready>