Closed baloghlaszlo closed 7 years ago
Currently we have to cast all dispatchers to ProtobufMessageDispatcher which is cumbersome and also error-prone. There should be a valid interface which has every method we need to avoid casting to the current technology-dependent class.
This module will be refactored.
Currently we have to cast all dispatchers to ProtobufMessageDispatcher which is cumbersome and also error-prone. There should be a valid interface which has every method we need to avoid casting to the current technology-dependent class.