Closed
Description
IIRC this is a leak, if you don't send a reply back from the server side. It would register a handler but that would never be executed.
I guess the default value should just be null
and it be disregarded by Vert.x in the Java core. Not sure whether this is the best approach, though. Probably better use an Option and then call the according Java API function.