Interface RemoteJudgeService
-
public interface RemoteJudgeService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.netflix.kayenta.canary.results.CanaryJudgeResultjudge(RemoteJudgeRequest body)
-
-
-
Method Detail
-
judge
@POST("/judge") com.netflix.kayenta.canary.results.CanaryJudgeResult judge(@Body RemoteJudgeRequest body)
-
-