<@U2E974ELT> If I need the app configs in Vert.x I...
# coroutines
d
@elizarov If I need the app configs in Vert.x I need to call
public void getConfig(Handler<AsyncResult<JsonObject>> completionHandler)
on the ConfigRetreiver, if I need that as a dependency for other services... I need that to happen in Dagger or Kodein.