refactor: Streamlined the API of the services
[demos/kafka/chat] / src / main / java / de / juplo / kafka / chat / backend / api / ChatBackendController.java
2023-01-15 Kai Moritzrefactor: Streamlined the API of the services
2023-01-15 Kai Moritzrefactor: `UnknownChatroomException` is a business...
2023-01-15 Kai Moritzrefactor: The `ChatRoom` determines the timestamp of...
2023-01-15 Kai Moritzrefactore: Renamed `ChatroomTo` to `ChatRoomTo` --...
2023-01-15 Kai Moritzrefactore: Renamed `Chatroom` to `ChatRoom` -- Rename
2023-01-15 Kai Moritzfeat: Added an endpoint that list all messages of a...
2023-01-15 Kai Moritzfeat: Server sends real Server-Sent-Events
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 Moritzfeat: `ChatHome` returns an `Optional` for `getChatroom...
2023-01-15 Kai Moritzfeat: Introduced `ChatHome` that gives multiple `Chatro...
2023-01-15 Kai Moritzrefactor: Introduced `ChatroomFactory`
2023-01-15 Kai Moritzrefactor: Moved persistence-logic into a pluggable...
2023-01-15 Kai Moritzrefactor: Refined packaging (renamed packages and classes)
2023-01-15 Kai Moritzrefactor: Refined packaging (moved classes to new folde...