Interface RemoteJudgeService


public interface RemoteJudgeService
  • Method Summary

    Modifier and Type
    Method
    Description
    com.netflix.kayenta.canary.results.CanaryJudgeResult
     
  • Method Details

    • judge

      @POST("/judge") com.netflix.kayenta.canary.results.CanaryJudgeResult judge(@Body RemoteJudgeRequest body)