All Classes and Interfaces
Class
Description
An enum with the values of the calls in the game
A record modelling the concept of "card"
An enum with the cards' suits
An enum with the values of the cards
The ChatController class is used for managing chat operations through its APIs.
The ChatService class extends AbstractRestAPI and utilizes the Vertx
framework for handling
chat-related functionalities.
The `GameService` class in Java manages game-related operations such as creating games, joining
games, playing cards, and handling game state.
This class is a decorator for a game service.
This class models a game using a Verticle from vertx.
This class likely represents the body content of a notification in a Java application.
A record modelling the concept of "team"
The UserController class is used for managing user operations through its
APIs.
The UserService class extends AbstractRestAPI and utilizes the Vertx
framework