Rethink DecodedMessage
naming
#485
Labels
💣 breaking
Issue or PR that includes breaking changes
🍒 on top
A feature which doesn't impact the code in a meaningful way but the developer likes it more
🚧 bug
Something isn't working
📄 java
Pull requests that update Java code
🔧 telestion-api
Everything related to the telestion-api module
Milestone
https://github.com/wuespace/telestion-core/blob/35de85b43f58cb223d77f6ac444817b1dbdea49b/modules/telestion-api/src/main/java/de/wuespace/telestion/api/verticle/trait/DecodedMessage.java
Currently, the
DecodedMessage
serves as a wrapper for both the Vert.x and our ownJsonMessage
(representing the message's body) types.However,
DecodedMessage
could, by itself, also represent a decoded / I..e, typed, message content, meaning these names collide.We should probably rethink this naming before v1.0.
The text was updated successfully, but these errors were encountered: