resolveVerticles
shared Map_<String_,Callable_<Verticle_>> resolveVerticles(String_ moduleName, String_? verticleName)
Find the verticles for the specified module and return a list of verticle factories. This method is called by the Vert.x module to discover the existing Verticles and is somewhat reserved for internal use.
moduleName
The name of the module to introspect
verticleName
The optional verticle name to return