'Message codec representation in Vertx

I have a Custom message codec that is used to pass on some classes through the event bus. When running code analysis, the Message codec is flag as not being covered by tests, even though it is used and checked in tests. How does Vertx uses the codecs in runtime? Does it keep proxies of the class or references?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source