Details
-
Improvement
-
Status: Reopened
-
Major
-
Resolution: Unresolved
-
0.5.0
-
None
Description
Currently, the application (the associated module) require binding both the emitter and listener classes. Such an approach allows improper selections - e.g. UDPEmitter for Emitter and NettyListener for Listener.
Instead, one should pick a communication protocol, the appropriate Emitter and Listener classes should be automatically picked.