Add: SessionId class to uniquely identify session in SessionRegistry

This commit is contained in:
Lars Simon Winzer
2026-03-05 13:28:04 +01:00
parent e6b5cac53c
commit ff38c9d6ef
@@ -4,7 +4,7 @@ import java.util.UUID;
public class SessionId {
/**
* The session id is used to identify a unique client connection in the SessionRegistry
* The SessionId is used to identify a unique client connection in the SessionRegistry
*/
private final UUID value;