Interface PlayerService
-
@RegisterRestClient @Path("/") public interface PlayerService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetPlayerById(String id)voidrecordGame(String id, int place, String token)
-