public interface ConfigStore
Modifier and Type | Method and Description |
---|---|
default void |
close(io.vertx.core.Handler<Void> completionHandler)
Closes the configuration store.
|
void |
get(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.buffer.Buffer>> completionHandler)
Retrieves the configuration store in this store.
|
default void close(io.vertx.core.Handler<Void> completionHandler)
completionHandler
- handler called when the cleanup has been completedvoid get(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.buffer.Buffer>> completionHandler)
completionHandler
- the handler to pass the configurationCopyright © 2018 Eclipse. All rights reserved.