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