refactor: Streamlined the API of the services
[demos/kafka/chat] / src / main / java / de / juplo / kafka / chat / backend / domain / ChatHome.java
2023-01-15 Kai Moritzrefactor: Streamlined the API of the services
2023-01-15 Kai Moritzrefactore: Renamed `Chatroom` to `ChatRoom` -- Rename
2023-01-15 Kai Moritzrefactore: Renamed `ChatroomFactory` to `ChatHomeServic...
2023-01-15 Kai Moritzrefactor: `LocalJsonFilesStorageStrategy` is now realy...
2023-01-15 Kai Moritzrefactor: Fixed return-types of the controller
2023-01-15 Kai Moritzfeat: The chats are stored as local json-files
2023-01-15 Kai Moritzfeat: `ChatHome` returns an `Optional` for `getChatroom...
2023-01-15 Kai Moritzfeat: Introduced `ChatHome` that gives multiple `Chatro...