public interface ConfigLoader
Interface to ask for async execution of database tasks in context of the running (server) id
Modifier and Type | Interface and Description |
---|---|
static class |
ConfigLoader.LoaderType
Types of requestable actions
|
Modifier and Type | Method and Description |
---|---|
io.vertx.core.Future<java.lang.Void> |
runLoad(io.vertx.core.eventbus.Message<java.lang.Object> msg)
Runs the configuration loader with the given parameter
|