refactor: Extracted subscription into a separate method-call
authorKai Moritz <kai@juplo.de>
Sat, 3 Feb 2024 23:37:23 +0000 (00:37 +0100)
committerKai Moritz <kai@juplo.de>
Tue, 20 Feb 2024 14:18:01 +0000 (15:18 +0100)
commitc786c4a079da27f54e75d22e2d2c2a1693aba078
tree3b973f40964cb9f74c946580fef353dcf5b327ee
parentfe129c06f3a518bfadc1176d5d723c36ab5bd463
refactor: Extracted subscription into a separate method-call

* This is in preparation to a planed refinement.
* The refinment will move the `subscribe()`-call out of the implementation
  of the `StorageStrategy`.
src/main/java/de/juplo/kafka/chat/backend/storage/files/FilesStorageStrategy.java
src/main/java/de/juplo/kafka/chat/backend/storage/mongodb/MongoDbStorageStrategy.java