Interface RemoteJudgeService
public interface RemoteJudgeService
-
Method Summary
Modifier and TypeMethodDescriptioncom.netflix.kayenta.canary.results.CanaryJudgeResultjudge(RemoteJudgeRequest body)
-
Method Details
-
judge
@POST("/judge") com.netflix.kayenta.canary.results.CanaryJudgeResult judge(@Body RemoteJudgeRequest body)
-