@RegisterRestClient
@Path(value="/")
public interface PlayerService
Modifier and Type | Method and Description |
---|---|
String |
getPlayerById(String id) |
void |
recordGame(String id,
int place,
String token) |
Copyright © 2017 – 2022 Eclipse Foundation. All rights reserved.
Use is subject to license terms.