Package chatModule
Class ChatService
java.lang.Object
chatModule.ChatService
The ChatService class extends AbstractRestAPI and utilizes the Vertx
framework for handling
chat-related functionalities.
-
Constructor Summary
ConstructorDescriptionChatService
(io.vertx.core.Vertx vertx, WebSocketVertx WebSocketVertx, Map<UUID, GameVerticle> map) -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
notificationReceived
(String msg, Optional<UUID> gameID)
-
Constructor Details
-
ChatService
public ChatService(io.vertx.core.Vertx vertx, WebSocketVertx WebSocketVertx, Map<UUID, GameVerticle> map)
-
-
Method Details
-
notificationReceived
-
messageReceived
-