I am using vert.x version 4.5.13
I expect to use Vert.x's Launcher to start the verticle. When deploying the Verticle programmatically, I know that I can set the virtual thread as the underlying thread model through the ThreadingModel Option of DeploymentOptions, but how can I achieve this when running the Mainverticle through the Launcher?
Additionally, I would like to know which section of the documentation I should refer to for similar parameter configuration issues
I carefully read the runVeticle section of the documentation about starting Verticle using the command line, and it did not mention the naming correspondence between DeploymentOptions and command line parameter configuration, or perhaps I misunderstood from the beginning that the configuration in DeploymentOptions cannot be specified via the command line?