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