public class ConfigLoaderPlatform extends java.lang.Object implements ConfigLoader
Helper class, scans through the keep config and emits load requests
ConfigLoader.LoaderType
Modifier and Type | Field and Description |
---|---|
protected static org.slf4j.Logger |
logger |
Constructor and Description |
---|
ConfigLoaderPlatform(io.vertx.core.Vertx vertx,
io.vertx.core.eventbus.EventBus eb,
ConfigLoader.LoaderType lt)
Default constructor
|
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
|
public ConfigLoaderPlatform(io.vertx.core.Vertx vertx, io.vertx.core.eventbus.EventBus eb, ConfigLoader.LoaderType lt)
Default constructor
vertx
- eb
- The EventBus to send messageslt
- public 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
runLoad
in interface ConfigLoader
msg
-