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