No dependencies on other modules
The module name is loader
.
This busmod takes the following configuration:
// Vert.x Server Loader JSON config file
{
//Module and Verticle loading config
"appConfig" :{
//Module loading
"modules" :{
},
//Own verticles loading
"verticles" : {
},
//Last verticle to start. Server verticle
"serverVerticle" : ""
}
//Modules and verticles config
}
For example: {
}
Let's take a look at each field in turn:
##Actions
(none)