feat: Added a POST-mapping to force the storing of the data
[demos/kafka/chat] / src / main / java / de / juplo / kafka / chat / backend /
2023-01-15 Kai Moritzfeat: Added a POST-mapping to force the storing of...
2023-01-15 Kai Moritzrefactor: Fixed return-types of the controller
2023-01-15 Kai Moritzfix: `Chatroom`s must not share an instance of `Persist...
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...
2023-01-15 Kai Moritzrefactor: Moved configuration in a separate class and...
2023-01-15 Kai Moritzrefactor: Introduced `ChatroomFactory`
2023-01-15 Kai Moritzrefactor: Moved persistence-logic into a pluggable...
2023-01-15 Kai Moritzrefactor: A `Message` now explicitly has a `MessageKey`
2023-01-15 Kai Moritzrefactor: Streamlined API of `Chatroom` - all return...
2023-01-15 Kai Moritzrefactor: Refined field-names of `Message` and `MessageTo`
2023-01-15 Kai Moritzfeat: `Chatroom.getMessages()` is fully paginated ...
2023-01-15 Kai Moritzrefactor: Refined packaging (renamed packages and classes)
2023-01-15 Kai Moritzrefactor: Refined packaging (moved classes to new folde...