open fun getMaxEventLoopExecuteTime(): Long
Get the value of max event loop execute time, in ns.
Vert.x will automatically log a warning if it detects that event loop threads haven't returned within this time.
This can be used to detect where the user is blocking an event loop thread, contrary to the Golden Rule of the holy Event Loop.
Return
the value of max event loop execute time, in ns.