refactor: Simplified the handling of `MessageMutationException`
[demos/kafka/chat] / src / main / java / de / juplo / kafka / chat / backend / domain / ChatHome.java
2023-01-25 Kai Moritzrefactor: Made `SimpleChatHome` an implementation of...
2023-01-25 Kai Moritzfeat: Prepared the application for sharding
2023-01-25 Kai Moritzfeat: Moved persistence-logic from `ChatHome` into...
2023-01-15 Kai Moritzfix: Asserted, that `ChatHome` acts, as expected, if...
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...