refactor: The `ChatRoom` determines the timestamp of a `Message`
[demos/kafka/chat] / src / main / java / de / juplo / kafka / chat / backend / domain / ChatRoom.java
2023-01-15 Kai Moritzrefactor: The `ChatRoom` determines the timestamp of...
2023-01-15 Kai Moritzrefactore: Renamed `ChatroomService` to `ChatRoomServic...
2023-01-15 Kai Moritzrefactore: Renamed `Chatroom` to `ChatRoom` -- Rename