Closed rolljee closed 2 years ago
https://github.com/kuzzleio/kuzzle-plugin-device-manager/pull/114
This PR add a DecoderController
and a Decoderservice
i guess we could move the logic in there when this PR is merged
Yes we could refactor all this part incrementally now 👍
Description
Decoders are initialized at the root level of the plugin (inside the init fonction) it will be better to move all that logic of init at the place where it belong -> DecodersService
[x] DecoderService / DecoderController (#114)
[x] Add an accessor to the PluginContext in the Decoder base class