Responsible for reading messages from the server through vert.x protocol.
It will decode and dispatch messages to related future/stream.
Should be spawned into background.
Can be created by calling Eventbus::connect.
Responsible for writing messages to the server through vert.x protocol.
Should be spawned into background.
Can be created by calling Eventbus::connect.